Shades of Eggplant #9A0C72
Tints of Eggplant #9A0C72
RGB
CMYK
RGB Variations
Color information
#9A0C72 (or 0x9A0C72) is known color: Eggplant. HEX triplet: 9A, 0C and 72. RGB value is (154,12,114). Sum of RGB (Red+Green+Blue) = 154+12+114=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0C72 is #65F38D. Grayscale: #414141. Windows color (decimal): -6681486 or 7474330. OLE color: 7474330.
HSL color Cylindrical-coordinate representation of color #9A0C72: hue angle of 316.9º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C72 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 12 | 114 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.40 |
| HSL | 316.9º | 0.86% | 0.33% | - |
| HSV(B) | 316.9º | 0.92% | 0.6% | - |
| XYZ | 16.5 | 8.35 | 16.66 | - |
| YUV | 66.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 114 | 0 | 0.92 | 0.26 | 0.40 | 316.9 | 0.86 | 0.33 |
| Hex | 9A | C | 72 | 0 | 5C | 1A | 28 | 13D | 56 | 21 |
| Octal | 232 | 14 | 162 | 0 | 134 | 32 | 50 | 475 | 126 | 41 |
| Binary | 10011010 | 1100 | 1110010 | 0 | 1011100 | 11010 | 101000 | 100111101 | 1010110 | 100001 |
Color Harmonies of #9A0C72
Complementary color
Monochromatic Colors of #9A0C72
Black with #9A0C72
Text Example
Text Example
White with #9A0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0C72; }
p { color: rgb(154,12,114); }
H1.HeaderClassName
{
color: #9A0C72;
}
.AnyTagClassName
{
color: #9A0C72;
}
</style>
background-color css
<style>
a { background-color: #9A0C72; }
a { background-color: rgb(154,12,114); }
div.DivClassName
{
background-color: #9A0C72;
}
.BgClassName
{
background-color: #9A0C72;
}
</style>
border-color css
<style>
span { border-color: #9A0C72; }
span { border-color: rgb(154,12,114); }
td.TdClassName
{
border-color: #9A0C72;
}
.TagClassName
{
border-color: #9A0C72;
}
</style>