Shades of Eggplant #9A176E
Tints of Eggplant #9A176E
RGB
CMYK
RGB Variations
Color information
#9A176E (or 0x9A176E) is known color: Eggplant. HEX triplet: 9A, 17 and 6E. RGB value is (154,23,110). Sum of RGB (Red+Green+Blue) = 154+23+110=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A176E is #65E891. Grayscale: #474747. Windows color (decimal): -6678674 or 7215002. OLE color: 7215002.
HSL color Cylindrical-coordinate representation of color #9A176E: hue angle of 320.15º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A176E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 110 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.40 |
| HSL | 320.15º | 0.74% | 0.35% | - |
| HSV(B) | 320.15º | 0.85% | 0.6% | - |
| XYZ | 16.45 | 8.61 | 15.55 | - |
| YUV | 72.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 110 | 0 | 0.85 | 0.29 | 0.40 | 320.15 | 0.74 | 0.35 |
| Hex | 9A | 17 | 6E | 0 | 55 | 1D | 28 | 140 | 4A | 23 |
| Octal | 232 | 27 | 156 | 0 | 125 | 35 | 50 | 500 | 112 | 43 |
| Binary | 10011010 | 10111 | 1101110 | 0 | 1010101 | 11101 | 101000 | 101000000 | 1001010 | 100011 |
Color Harmonies of #9A176E
Complementary color
Monochromatic Colors of #9A176E
Black with #9A176E
Text Example
Text Example
White with #9A176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A176E; }
p { color: rgb(154,23,110); }
H1.HeaderClassName
{
color: #9A176E;
}
.AnyTagClassName
{
color: #9A176E;
}
</style>
background-color css
<style>
a { background-color: #9A176E; }
a { background-color: rgb(154,23,110); }
div.DivClassName
{
background-color: #9A176E;
}
.BgClassName
{
background-color: #9A176E;
}
</style>
border-color css
<style>
span { border-color: #9A176E; }
span { border-color: rgb(154,23,110); }
td.TdClassName
{
border-color: #9A176E;
}
.TagClassName
{
border-color: #9A176E;
}
</style>