#9D0C76

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

Shades of Eggplant #9D0C76

Tints of Eggplant #9D0C76

Color information

#9D0C76 (or 0x9D0C76) is unknown color: approx Eggplant. HEX triplet: 9D, 0C and 76. RGB value is (157,12,118). Sum of RGB (Red+Green+Blue) = 157+12+118=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C76 is #62F389. Grayscale: #434343. Windows color (decimal): -6484874 or 7736477. OLE color: 7736477.

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

Color convert

RGB15712118-
CMYK00.920.250.38
HSL316.14º85.8%33.14%-
HSV(B)316.14º92.36%61.57%-
XYZ17.318.7417.91-
YUV67.44156.54191.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.70%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=54.70%
G=4.18%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571211800.920.250.38316.1485.833.14
Hex9DC7605C192613c5621
Octal235141660134314647412641
Binary100111011100111011001011100110011001101001111001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,12,118); }

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

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

 a { background-color: rgb(157,12,118); }

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

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

 span { border-color: rgb(157,12,118); }

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