#9c00de

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

Shades of Dark Violet #9C00DE

Tints of Dark Violet #9C00DE

Color information

#9C00DE (or 0x9C00DE) is unknown color: approx Dark Violet. HEX triplet: 9C, 00 and DE. RGB value is (156,0,222). Sum of RGB (Red+Green+Blue) = 156+0+222=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C00DE is #63FF21. Grayscale: #474747. Windows color (decimal): -6553378 or 14549148. OLE color: 14549148.

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

Color convert

RGB1560222-
CMYK0.30100.13
HSL282.16º100%43.53%-
HSV(B)282.16º100%87.06%-
XYZ26.912.3470.07-
YUV71.95212.68187.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 58.73%
R=41.27%
G=0%
B=58.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15602220.30100.13282.1610043.53
Hex9C0DE1E640D11a642c
Octal23403363614401543214454
Binary10011100011011110111101100100011011000110101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c00de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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