Color Hex Logo

#9942cc Color Hex

#9942CC
(153,66,204)
0 Favorites   0 Comments

Color spaces of #9942cc

RGB 15366204
HSL0.770.580.53
HSV278°68°80°
CMYK 0.250.680.00   0.20
XYZ25.984215.028458.6580
Yxy15.02840.26070.1508
Hunter Lab38.766551.8027-62.5758
CIE-Lab45.673158.6770-56.4039

#9942cc color RGB value is (153,66,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000010 11001100
Octal 231 102 314
Decimal 153 66 204
Hex 99 42 CC

RGB Percentages of Color #9942cc

%36.17
%15.60
%48.23

CMYK Percentages of Color #9942cc

%25
%68
%0
%20

Triadic Colors of #9942cc

#9942cc #cc9942 #42cc99

Analogous Colors of #9942cc

#9942cc #cc42ba #5442cc

Monochromatic Colors of #9942cc

#9942cc

Complementary Color

#9942cc #75cc42

#9942cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9942cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9942cc Color CSS Codes

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

#9942cc Text Font Color

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

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


#9942cc Background Color

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

This div background color is #9942cc


#9942cc Border Color

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

This div border color is #9942cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9942cc


Comments

No comments written yet.

Please login to write comment.