#9C0C79

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

Shades of Eggplant #9C0C79

Tints of Eggplant #9C0C79

Color information

#9C0C79 (or 0x9C0C79) is unknown color: approx Eggplant. HEX triplet: 9C, 0C and 79. RGB value is (156,12,121). Sum of RGB (Red+Green+Blue) = 156+12+121=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0C79 is #63F386. Grayscale: #434343. Windows color (decimal): -6550407 or 7933084. OLE color: 7933084.

HSL color Cylindrical-coordinate representation of color #9C0C79: hue angle of 314.58º 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 #9C0C79 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15612121-
CMYK00.920.220.39
HSL314.58º85.71%32.94%-
HSV(B)314.58º92.31%61.18%-
XYZ17.298.7118.86-
YUV67.48158.21191.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.98%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=53.98%
G=4.15%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561212100.920.220.39314.5885.7132.94
Hex9CC7905C162713b5621
Octal234141710134264747312641
Binary100111001100111100101011100101101001111001110111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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