Color Hex Logo

#9959cc Color Hex

#9959CC
(153,89,204)
0 Favorites   0 Comments

Color spaces of #9959cc

RGB 15389204
HSL0.760.530.57
HSV273°56°80°
CMYK 0.250.560.00   0.20
XYZ27.608318.276759.1994
Yxy18.27670.26270.1739
Hunter Lab42.751340.4587-52.1754
CIE-Lab49.830047.3839-49.7359

#9959cc color RGB value is (153,89,204).

#9959cc hex color red value is 153, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9959cc hue: 0.76 , saturation: 0.53 and the lightness value of 9959cc is 0.57.

The process color (four color CMYK) of #9959cc color hex is 0.25, 0.56, 0.00, 0.20. Web safe color of #9959cc is #9966cc. Color #9959cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011001 11001100
Octal 231 131 314
Decimal 153 89 204
Hex 99 59 CC

RGB Percentages of Color #9959cc

%34.30
%19.96
%45.74

CMYK Percentages of Color #9959cc

%25
%56
%0
%20

Triadic Colors of #9959cc

#9959cc #cc9959 #59cc99

Analogous Colors of #9959cc

#9959cc #cc59c6 #5f59cc

Monochromatic Colors of #9959cc

#9959cc

Complementary Color

#9959cc #8ccc59

#9959cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9959cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9959cc Color CSS Codes

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

#9959cc Text Font Color

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

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


#9959cc Background Color

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

This div background color is #9959cc


#9959cc Border Color

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

This div border color is #9959cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9959cc


Comments

No comments written yet.

Please login to write comment.