#9C00DD

Color #9C00DD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9C00DD

Tints of Dark Violet #9C00DD

Color information

#9C00DD (or 0x9C00DD) is unknown color: approx Dark Violet. HEX triplet: 9C, 00 and DD. RGB value is (156,0,221). Sum of RGB (Red+Green+Blue) = 156+0+221=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C00DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C00DD is #63FF22. Grayscale: #474747. Windows color (decimal): -6553379 or 14483612. OLE color: 14483612.

HSL color Cylindrical-coordinate representation of color #9C00DD: hue angle of 282.35º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C00DD is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1560221-
CMYK0.29100.13
HSL282.35º100%43.33%-
HSV(B)282.35º100%86.67%-
XYZ26.7612.2969.37-
YUV71.84212.18188.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 58.62%
R=41.38%
G=0%
B=58.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15602210.29100.13282.3510043.33
Hex9C0DD1D640D11a642b
Octal23403353514401543214453
Binary10011100011011101111011100100011011000110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C00DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C00DD; }

 p { color: rgb(156,0,221); }

 H1.HeaderClassName
 {
   color: #9C00DD;
 }
 .AnyTagClassName
 {
   color: #9C00DD;
 }
</style>
background-color css

<style>
 a { background-color: #9C00DD; }

 a { background-color: rgb(156,0,221); }

 div.DivClassName
 {
   background-color: #9C00DD;
 }
 .BgClassName
 {
   background-color: #9C00DD;
 }
</style>
border-color css

<style>
 span { border-color: #9C00DD; }

 span { border-color: rgb(156,0,221); }

 td.TdClassName
 {
   border-color: #9C00DD;
 }
 .TagClassName
 {
   border-color: #9C00DD;
 }
</style>