Shades of Eggplant #9A0A70
Tints of Eggplant #9A0A70
RGB
CMYK
RGB Variations
Color information
#9A0A70 (or 0x9A0A70) is known color: Eggplant. HEX triplet: 9A, 0A and 70. RGB value is (154,10,112). Sum of RGB (Red+Green+Blue) = 154+10+112=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0A70 is #65F58F. Grayscale: #404040. Windows color (decimal): -6682000 or 7342746. OLE color: 7342746.
HSL color Cylindrical-coordinate representation of color #9A0A70: hue angle of 317.5º 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 #9A0A70 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.40 |
| HSL | 317.5º | 0.88% | 0.32% | - |
| HSV(B) | 317.5º | 0.94% | 0.6% | - |
| XYZ | 16.36 | 8.26 | 16.06 | - |
| YUV | 64.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 112 | 0 | 0.94 | 0.27 | 0.40 | 317.5 | 0.88 | 0.32 |
| Hex | 9A | A | 70 | 0 | 5E | 1B | 28 | 13E | 58 | 20 |
| Octal | 232 | 12 | 160 | 0 | 136 | 33 | 50 | 476 | 130 | 40 |
| Binary | 10011010 | 1010 | 1110000 | 0 | 1011110 | 11011 | 101000 | 100111110 | 1011000 | 100000 |
Color Harmonies of #9A0A70
Complementary color
Monochromatic Colors of #9A0A70
Black with #9A0A70
Text Example
Text Example
White with #9A0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0A70; }
p { color: rgb(154,10,112); }
H1.HeaderClassName
{
color: #9A0A70;
}
.AnyTagClassName
{
color: #9A0A70;
}
</style>
background-color css
<style>
a { background-color: #9A0A70; }
a { background-color: rgb(154,10,112); }
div.DivClassName
{
background-color: #9A0A70;
}
.BgClassName
{
background-color: #9A0A70;
}
</style>
border-color css
<style>
span { border-color: #9A0A70; }
span { border-color: rgb(154,10,112); }
td.TdClassName
{
border-color: #9A0A70;
}
.TagClassName
{
border-color: #9A0A70;
}
</style>