Shades of Eggplant #9A0C70
Tints of Eggplant #9A0C70
RGB
CMYK
RGB Variations
Color information
#9A0C70 (or 0x9A0C70) is known color: Eggplant. HEX triplet: 9A, 0C and 70. RGB value is (154,12,112). Sum of RGB (Red+Green+Blue) = 154+12+112=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0C70 is #65F38F. Grayscale: #414141. Windows color (decimal): -6681488 or 7343258. OLE color: 7343258.
HSL color Cylindrical-coordinate representation of color #9A0C70: hue angle of 317.75º 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 #9A0C70 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 12 | 112 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.40 |
| HSL | 317.75º | 0.86% | 0.33% | - |
| HSV(B) | 317.75º | 0.92% | 0.6% | - |
| XYZ | 16.38 | 8.3 | 16.07 | - |
| YUV | 65.86 | 154.04 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 112 | 0 | 0.92 | 0.27 | 0.40 | 317.75 | 0.86 | 0.33 |
| Hex | 9A | C | 70 | 0 | 5C | 1B | 28 | 13E | 56 | 21 |
| Octal | 232 | 14 | 160 | 0 | 134 | 33 | 50 | 476 | 126 | 41 |
| Binary | 10011010 | 1100 | 1110000 | 0 | 1011100 | 11011 | 101000 | 100111110 | 1010110 | 100001 |
Color Harmonies of #9A0C70
Complementary color
Monochromatic Colors of #9A0C70
Black with #9A0C70
Text Example
Text Example
White with #9A0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0C70; }
p { color: rgb(154,12,112); }
H1.HeaderClassName
{
color: #9A0C70;
}
.AnyTagClassName
{
color: #9A0C70;
}
</style>
background-color css
<style>
a { background-color: #9A0C70; }
a { background-color: rgb(154,12,112); }
div.DivClassName
{
background-color: #9A0C70;
}
.BgClassName
{
background-color: #9A0C70;
}
</style>
border-color css
<style>
span { border-color: #9A0C70; }
span { border-color: rgb(154,12,112); }
td.TdClassName
{
border-color: #9A0C70;
}
.TagClassName
{
border-color: #9A0C70;
}
</style>