Shades of Eggplant #9A0A76
Tints of Eggplant #9A0A76
RGB
CMYK
RGB Variations
Color information
#9A0A76 (or 0x9A0A76) is known color: Eggplant. HEX triplet: 9A, 0A and 76. RGB value is (154,10,118). Sum of RGB (Red+Green+Blue) = 154+10+118=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0A76 is #65F589. Grayscale: #414141. Windows color (decimal): -6681994 or 7735962. OLE color: 7735962.
HSL color Cylindrical-coordinate representation of color #9A0A76: hue angle of 315º degrees, saturation: 0.88, 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 #9A0A76 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 10 | 118 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.40 |
| HSL | 315º | 0.88% | 0.32% | - |
| HSV(B) | 315º | 0.94% | 0.6% | - |
| XYZ | 16.7 | 8.4 | 17.88 | - |
| YUV | 65.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 118 | 0 | 0.94 | 0.23 | 0.40 | 315 | 0.88 | 0.32 |
| Hex | 9A | A | 76 | 0 | 5E | 17 | 28 | 13B | 58 | 20 |
| Octal | 232 | 12 | 166 | 0 | 136 | 27 | 50 | 473 | 130 | 40 |
| Binary | 10011010 | 1010 | 1110110 | 0 | 1011110 | 10111 | 101000 | 100111011 | 1011000 | 100000 |
Color Harmonies of #9A0A76
Complementary color
Monochromatic Colors of #9A0A76
Black with #9A0A76
Text Example
Text Example
White with #9A0A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0A76; }
p { color: rgb(154,10,118); }
H1.HeaderClassName
{
color: #9A0A76;
}
.AnyTagClassName
{
color: #9A0A76;
}
</style>
background-color css
<style>
a { background-color: #9A0A76; }
a { background-color: rgb(154,10,118); }
div.DivClassName
{
background-color: #9A0A76;
}
.BgClassName
{
background-color: #9A0A76;
}
</style>
border-color css
<style>
span { border-color: #9A0A76; }
span { border-color: rgb(154,10,118); }
td.TdClassName
{
border-color: #9A0A76;
}
.TagClassName
{
border-color: #9A0A76;
}
</style>