Shades of Eggplant #9A0870
Tints of Eggplant #9A0870
RGB
CMYK
RGB Variations
Color information
#9A0870 (or 0x9A0870) is known color: Eggplant. HEX triplet: 9A, 08 and 70. RGB value is (154,8,112). Sum of RGB (Red+Green+Blue) = 154+8+112=274 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.20% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0870 is #65F78F. Grayscale: #3F3F3F. Windows color (decimal): -6682512 or 7342234. OLE color: 7342234.
HSL color Cylindrical-coordinate representation of color #9A0870: hue angle of 317.26º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0870 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 8 | 112 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.40 |
| HSL | 317.26º | 0.9% | 0.32% | - |
| HSV(B) | 317.26º | 0.95% | 0.6% | - |
| XYZ | 16.34 | 8.21 | 16.05 | - |
| YUV | 63.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 112 | 0 | 0.95 | 0.27 | 0.40 | 317.26 | 0.9 | 0.32 |
| Hex | 9A | 8 | 70 | 0 | 5F | 1B | 28 | 13D | 5A | 20 |
| Octal | 232 | 10 | 160 | 0 | 137 | 33 | 50 | 475 | 132 | 40 |
| Binary | 10011010 | 1000 | 1110000 | 0 | 1011111 | 11011 | 101000 | 100111101 | 1011010 | 100000 |
Color Harmonies of #9A0870
Complementary color
Monochromatic Colors of #9A0870
Black with #9A0870
Text Example
Text Example
White with #9A0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0870; }
p { color: rgb(154,8,112); }
H1.HeaderClassName
{
color: #9A0870;
}
.AnyTagClassName
{
color: #9A0870;
}
</style>
background-color css
<style>
a { background-color: #9A0870; }
a { background-color: rgb(154,8,112); }
div.DivClassName
{
background-color: #9A0870;
}
.BgClassName
{
background-color: #9A0870;
}
</style>
border-color css
<style>
span { border-color: #9A0870; }
span { border-color: rgb(154,8,112); }
td.TdClassName
{
border-color: #9A0870;
}
.TagClassName
{
border-color: #9A0870;
}
</style>