Color Hex Logo

#9941cc Color Hex

#9941CC
(153,65,204)
0 Favorites   0 Comments

Color spaces of #9941cc

RGB 15365204
HSL0.770.580.53
HSV278°68°80°
CMYK 0.250.680.00   0.20
XYZ25.926214.912558.6387
Yxy14.91250.26060.1499
Hunter Lab38.616752.2608-62.9990
CIE-Lab45.514159.1205-56.6601

#9941cc color RGB value is (153,65,204).

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

The process color (four color CMYK) of #9941cc color hex is 0.25, 0.68, 0.00, 0.20. Web safe color of #9941cc is #9933cc. Color #9941cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000001 11001100
Octal 231 101 314
Decimal 153 65 204
Hex 99 41 CC

RGB Percentages of Color #9941cc

%36.26
%15.40
%48.34

CMYK Percentages of Color #9941cc

%25
%68
%0
%20

Triadic Colors of #9941cc

#9941cc #cc9941 #41cc99

Analogous Colors of #9941cc

#9941cc #cc41ba #5341cc

Monochromatic Colors of #9941cc

#9941cc

Complementary Color

#9941cc #74cc41

#9941cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9941cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9941cc Color CSS Codes

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

#9941cc Text Font Color

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

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


#9941cc Background Color

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

This div background color is #9941cc


#9941cc Border Color

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

This div border color is #9941cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,65,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 #9941cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9941cc


Comments

No comments written yet.

Please login to write comment.