Color Hex Logo

#9933cc Color Hex

#9933CC
(153,51,204)
3 Favorites   0 Comments

Color spaces of #9933cc

RGB 15351204
HSL0.780.600.50
HSV280°75°80°
CMYK 0.250.750.00   0.20
XYZ25.219813.499658.4032
Yxy13.49960.25970.1390
Hunter Lab36.741858.2254-68.5256
CIE-Lab43.506664.8015-59.9033

#9933cc color RGB value is (153,51,204). This hex color code is also a web safe color which is equal to #93C.

#9933cc hex color red value is 153, green value is 51 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9933cc hue: 0.78 , saturation: 0.60 and the lightness value of 9933cc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110011 11001100
Octal 231 63 314
Decimal 153 51 204
Hex 99 33 CC

RGB Percentages of Color #9933cc

%37.50
%12.50
%50.00

CMYK Percentages of Color #9933cc

%25
%75
%0
%20

Triadic Colors of #9933cc

#9933cc #cc9933 #33cc99

Analogous Colors of #9933cc

#9933cc #cc33b3 #4d33cc

Monochromatic Colors of #9933cc

#9933cc

Complementary Color

#9933cc #66cc33

#9933cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9933cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9933cc Color CSS Codes

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

#9933cc Text Font Color

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

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


#9933cc Background Color

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

This div background color is #9933cc


#9933cc Border Color

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

This div border color is #9933cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9933cc

#9933cc Color Palettes


Comments

No comments written yet.

Please login to write comment.