Shades of Eggplant #9A156F
Tints of Eggplant #9A156F
RGB
CMYK
RGB Variations
Color information
#9A156F (or 0x9A156F) is known color: Eggplant. HEX triplet: 9A, 15 and 6F. RGB value is (154,21,111). Sum of RGB (Red+Green+Blue) = 154+21+111=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A156F is #65EA90. Grayscale: #464646. Windows color (decimal): -6679185 or 7280026. OLE color: 7280026.
HSL color Cylindrical-coordinate representation of color #9A156F: hue angle of 319.4º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A156F is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 111 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.40 |
| HSL | 319.4º | 0.76% | 0.34% | - |
| HSV(B) | 319.4º | 0.86% | 0.6% | - |
| XYZ | 16.46 | 8.55 | 15.82 | - |
| YUV | 71.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 111 | 0 | 0.86 | 0.28 | 0.40 | 319.4 | 0.76 | 0.34 |
| Hex | 9A | 15 | 6F | 0 | 56 | 1C | 28 | 13F | 4C | 22 |
| Octal | 232 | 25 | 157 | 0 | 126 | 34 | 50 | 477 | 114 | 42 |
| Binary | 10011010 | 10101 | 1101111 | 0 | 1010110 | 11100 | 101000 | 100111111 | 1001100 | 100010 |
Color Harmonies of #9A156F
Complementary color
Monochromatic Colors of #9A156F
Black with #9A156F
Text Example
Text Example
White with #9A156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A156F; }
p { color: rgb(154,21,111); }
H1.HeaderClassName
{
color: #9A156F;
}
.AnyTagClassName
{
color: #9A156F;
}
</style>
background-color css
<style>
a { background-color: #9A156F; }
a { background-color: rgb(154,21,111); }
div.DivClassName
{
background-color: #9A156F;
}
.BgClassName
{
background-color: #9A156F;
}
</style>
border-color css
<style>
span { border-color: #9A156F; }
span { border-color: rgb(154,21,111); }
td.TdClassName
{
border-color: #9A156F;
}
.TagClassName
{
border-color: #9A156F;
}
</style>