#9c0976

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

Shades of Eggplant #9C0976

Tints of Eggplant #9C0976

Color information

#9C0976 (or 0x9C0976) is unknown color: approx Eggplant. HEX triplet: 9C, 09 and 76. RGB value is (156,9,118). Sum of RGB (Red+Green+Blue) = 156+9+118=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0976 is #63F689. Grayscale: #414141. Windows color (decimal): -6551178 or 7735708. OLE color: 7735708.

HSL color Cylindrical-coordinate representation of color #9C0976: hue angle of 315.51º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0976 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB1569118-
CMYK00.940.240.39
HSL315.51º89.09%32.35%-
HSV(B)315.51º94.23%61.18%-
XYZ17.088.5717.89-
YUV65.38157.7192.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.12%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=55.12%
G=3.18%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156911800.940.240.39315.5189.0932.35
Hex9C97605E182713c5920
Octal234111660136304747413140
Binary100111001001111011001011110110001001111001111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c0976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,9,118); }

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

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

 a { background-color: rgb(156,9,118); }

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

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

 span { border-color: rgb(156,9,118); }

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