Shades of Eggplant #9A136F
Tints of Eggplant #9A136F
RGB
CMYK
RGB Variations
Color information
#9A136F (or 0x9A136F) is known color: Eggplant. HEX triplet: 9A, 13 and 6F. RGB value is (154,19,111). Sum of RGB (Red+Green+Blue) = 154+19+111=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A136F is #65EC90. Grayscale: #454545. Windows color (decimal): -6679697 or 7279514. OLE color: 7279514.
HSL color Cylindrical-coordinate representation of color #9A136F: hue angle of 319.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A136F is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 111 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.40 |
| HSL | 319.11º | 0.78% | 0.34% | - |
| HSV(B) | 319.11º | 0.88% | 0.6% | - |
| XYZ | 16.43 | 8.48 | 15.81 | - |
| YUV | 69.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 111 | 0 | 0.88 | 0.28 | 0.40 | 319.11 | 0.78 | 0.34 |
| Hex | 9A | 13 | 6F | 0 | 58 | 1C | 28 | 13F | 4E | 22 |
| Octal | 232 | 23 | 157 | 0 | 130 | 34 | 50 | 477 | 116 | 42 |
| Binary | 10011010 | 10011 | 1101111 | 0 | 1011000 | 11100 | 101000 | 100111111 | 1001110 | 100010 |
Color Harmonies of #9A136F
Complementary color
Monochromatic Colors of #9A136F
Black with #9A136F
Text Example
Text Example
White with #9A136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A136F; }
p { color: rgb(154,19,111); }
H1.HeaderClassName
{
color: #9A136F;
}
.AnyTagClassName
{
color: #9A136F;
}
</style>
background-color css
<style>
a { background-color: #9A136F; }
a { background-color: rgb(154,19,111); }
div.DivClassName
{
background-color: #9A136F;
}
.BgClassName
{
background-color: #9A136F;
}
</style>
border-color css
<style>
span { border-color: #9A136F; }
span { border-color: rgb(154,19,111); }
td.TdClassName
{
border-color: #9A136F;
}
.TagClassName
{
border-color: #9A136F;
}
</style>