#9C0C66

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

Shades of Eggplant #9C0C66

Tints of Eggplant #9C0C66

Color information

#9C0C66 (or 0x9C0C66) is unknown color: approx Eggplant. HEX triplet: 9C, 0C and 66. RGB value is (156,12,102). Sum of RGB (Red+Green+Blue) = 156+12+102=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0C66 is #63F399. Grayscale: #414141. Windows color (decimal): -6550426 or 6687900. OLE color: 6687900.

HSL color Cylindrical-coordinate representation of color #9C0C66: hue angle of 322.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0C66 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15612102-
CMYK00.920.350.39
HSL322.5º85.71%32.94%-
HSV(B)322.5º92.31%61.18%-
XYZ16.248.2913.31-
YUV65.32148.71192.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.78%
GREEN value IS 12 (5.08% from 255) = 4.44%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=57.78%
G=4.44%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561210200.920.350.39322.585.7132.94
Hex9CC6605C23271425621
Octal234141460134434750212641
Binary1001110011001100110010111001000111001111010000101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,12,102); }

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

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

 a { background-color: rgb(156,12,102); }

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

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

 span { border-color: rgb(156,12,102); }

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