Color Hex Logo

#9959ab Color Hex

#9959AB
(153,89,171)
0 Favorites   0 Comments

Color spaces of #9959ab

RGB 15389171
HSL0.800.330.51
HSV287°48°67°
CMYK 0.110.480.00   0.33
XYZ24.059916.857340.5138
Yxy16.85730.29550.2070
Hunter Lab41.057632.7507-29.7643
CIE-Lab48.079740.0865-33.3681

#9959ab color RGB value is (153,89,171).

#9959ab hex color red value is 153, green value is 89 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9959ab hue: 0.80 , saturation: 0.33 and the lightness value of 9959ab is 0.51.

The process color (four color CMYK) of #9959ab color hex is 0.11, 0.48, 0.00, 0.33. Web safe color of #9959ab is #996699. Color #9959ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011001 10101011
Octal 231 131 253
Decimal 153 89 171
Hex 99 59 AB

RGB Percentages of Color #9959ab

%37.05
%21.55
%41.40

CMYK Percentages of Color #9959ab

%11
%48
%0
%33

Triadic Colors of #9959ab

#9959ab #ab9959 #59ab99

Analogous Colors of #9959ab

#9959ab #ab5994 #7059ab

Monochromatic Colors of #9959ab

#9959ab

Complementary Color

#9959ab #6bab59

#9959ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9959ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9959ab Color CSS Codes

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

#9959ab Text Font Color

<p style="color:#9959ab">Text here</p>

This sample text font color is #9959ab
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.


#9959ab Background Color

<div style="background-color:#9959ab">
Div content here</div>

This div background color is #9959ab


#9959ab Border Color

<div style="border:3px solid #9959ab">
Div here</div>

This div border color is #9959ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,89,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9959ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9959ab;
  -webkit-box-shadow: 1px 1px 3px 2px #9959ab;
  box-shadow:         1px 1px 3px 2px #9959ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9959ab


Comments

No comments written yet.

Please login to write comment.