#9A0976

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

Shades of Eggplant #9A0976

Tints of Eggplant #9A0976

Color information

#9A0976 (or 0x9A0976) is unknown color: approx Eggplant. HEX triplet: 9A, 09 and 76. RGB value is (154,9,118). Sum of RGB (Red+Green+Blue) = 154+9+118=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0976 is #65F689. Grayscale: #404040. Windows color (decimal): -6682250 or 7735706. OLE color: 7735706.

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

Color convert

RGB1549118-
CMYK00.940.230.40
HSL314.9º88.96%31.96%-
HSV(B)314.9º94.16%60.39%-
XYZ16.698.3717.88-
YUV64.78158.04191.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.80%
GREEN value IS 9 (3.91% from 255) = 3.20%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=54.80%
G=3.20%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154911800.940.230.40314.988.9631.96
Hex9A97605E172813b5920
Octal232111660136275047313140
Binary100110101001111011001011110101111010001001110111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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