Shades of Eggplant #9A0170
Tints of Eggplant #9A0170
RGB
CMYK
RGB Variations
Color information
#9A0170 (or 0x9A0170) is known color: Eggplant. HEX triplet: 9A, 01 and 70. RGB value is (154,1,112). Sum of RGB (Red+Green+Blue) = 154+1+112=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0170 is #65FE8F. Grayscale: #3B3B3B. Windows color (decimal): -6684304 or 7340442. OLE color: 7340442.
HSL color Cylindrical-coordinate representation of color #9A0170: hue angle of 316.47º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0170 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.40 |
| HSL | 316.47º | 0.99% | 0.3% | - |
| HSV(B) | 316.47º | 0.99% | 0.6% | - |
| XYZ | 16.26 | 8.06 | 16.03 | - |
| YUV | 59.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 112 | 0 | 0.99 | 0.27 | 0.40 | 316.47 | 0.99 | 0.3 |
| Hex | 9A | 1 | 70 | 0 | 63 | 1B | 28 | 13C | 63 | 1E |
| Octal | 232 | 1 | 160 | 0 | 143 | 33 | 50 | 474 | 143 | 36 |
| Binary | 10011010 | 1 | 1110000 | 0 | 1100011 | 11011 | 101000 | 100111100 | 1100011 | 11110 |
Color Harmonies of #9A0170
Complementary color
Monochromatic Colors of #9A0170
Black with #9A0170
Text Example
Text Example
White with #9A0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0170; }
p { color: rgb(154,1,112); }
H1.HeaderClassName
{
color: #9A0170;
}
.AnyTagClassName
{
color: #9A0170;
}
</style>
background-color css
<style>
a { background-color: #9A0170; }
a { background-color: rgb(154,1,112); }
div.DivClassName
{
background-color: #9A0170;
}
.BgClassName
{
background-color: #9A0170;
}
</style>
border-color css
<style>
span { border-color: #9A0170; }
span { border-color: rgb(154,1,112); }
td.TdClassName
{
border-color: #9A0170;
}
.TagClassName
{
border-color: #9A0170;
}
</style>