Color Hex Logo

#99659b Color Hex

#99659B
(153,101,155)
0 Favorites   0 Comments

Color spaces of #99659b

RGB 153101155
HSL0.830.210.50
HSV298°35°61°
CMYK 0.010.350.00   0.39
XYZ23.706918.446233.3213
Yxy18.44620.31410.2444
Hunter Lab42.949023.3672-15.9348
CIE-Lab50.032930.1132-20.9277

#99659b color RGB value is (153,101,155).

#99659b hex color red value is 153, green value is 101 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #99659b hue: 0.83 , saturation: 0.21 and the lightness value of 99659b is 0.50.

The process color (four color CMYK) of #99659b color hex is 0.01, 0.35, 0.00, 0.39. Web safe color of #99659b is #996699. Color #99659b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100101 10011011
Octal 231 145 233
Decimal 153 101 155
Hex 99 65 9B

RGB Percentages of Color #99659b

%37.41
%24.69
%37.90

CMYK Percentages of Color #99659b

%1
%35
%0
%39

Triadic Colors of #99659b

#99659b #9b9965 #659b99

Analogous Colors of #99659b

#99659b #9b6582 #7e659b

Monochromatic Colors of #99659b

#99659b

Complementary Color

#99659b #679b65

#99659b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99659b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99659b Color CSS Codes

.mybgcolor {background-color:#99659b; } 
.myforecolor {color:#99659b; }
.mybordercolor {border:3px solid #99659b; }

#99659b Text Font Color

<p style="color:#99659b">Text here</p>

This sample text font color is #99659b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99659b Background Color

<div style="background-color:#99659b">
Div content here</div>

This div background color is #99659b


#99659b Border Color

<div style="border:3px solid #99659b">
Div here</div>

This div border color is #99659b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,101,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99659b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99659b;
  -webkit-box-shadow: 1px 1px 3px 2px #99659b;
  box-shadow:         1px 1px 3px 2px #99659b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,101,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99659b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99659b;
  -webkit-box-shadow: 1px 1px 3px 2px #99659b;
  box-shadow:         1px 1px 3px 2px #99659b;">
Div content here</div>

This div box has shadow with color #99659b


Comments

No comments written yet.

Please login to write comment.