Shades of Eggplant #9A1670
Tints of Eggplant #9A1670
RGB
CMYK
RGB Variations
Color information
#9A1670 (or 0x9A1670) is known color: Eggplant. HEX triplet: 9A, 16 and 70. RGB value is (154,22,112). Sum of RGB (Red+Green+Blue) = 154+22+112=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1670 is #65E98F. Grayscale: #474747. Windows color (decimal): -6678928 or 7345818. OLE color: 7345818.
HSL color Cylindrical-coordinate representation of color #9A1670: hue angle of 319.09º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1670 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 22 | 112 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.40 |
| HSL | 319.09º | 0.75% | 0.35% | - |
| HSV(B) | 319.09º | 0.86% | 0.6% | - |
| XYZ | 16.54 | 8.61 | 16.12 | - |
| YUV | 71.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 112 | 0 | 0.86 | 0.27 | 0.40 | 319.09 | 0.75 | 0.35 |
| Hex | 9A | 16 | 70 | 0 | 56 | 1B | 28 | 13F | 4B | 23 |
| Octal | 232 | 26 | 160 | 0 | 126 | 33 | 50 | 477 | 113 | 43 |
| Binary | 10011010 | 10110 | 1110000 | 0 | 1010110 | 11011 | 101000 | 100111111 | 1001011 | 100011 |
Color Harmonies of #9A1670
Complementary color
Monochromatic Colors of #9A1670
Black with #9A1670
Text Example
Text Example
White with #9A1670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1670; }
p { color: rgb(154,22,112); }
H1.HeaderClassName
{
color: #9A1670;
}
.AnyTagClassName
{
color: #9A1670;
}
</style>
background-color css
<style>
a { background-color: #9A1670; }
a { background-color: rgb(154,22,112); }
div.DivClassName
{
background-color: #9A1670;
}
.BgClassName
{
background-color: #9A1670;
}
</style>
border-color css
<style>
span { border-color: #9A1670; }
span { border-color: rgb(154,22,112); }
td.TdClassName
{
border-color: #9A1670;
}
.TagClassName
{
border-color: #9A1670;
}
</style>