Shades of Eggplant #9A086D
Tints of Eggplant #9A086D
RGB
CMYK
RGB Variations
Color information
#9A086D (or 0x9A086D) is known color: Eggplant. HEX triplet: 9A, 08 and 6D. RGB value is (154,8,109). Sum of RGB (Red+Green+Blue) = 154+8+109=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A086D is #65F792. Grayscale: #3E3E3E. Windows color (decimal): -6682515 or 7145626. OLE color: 7145626.
HSL color Cylindrical-coordinate representation of color #9A086D: hue angle of 318.49º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A086D is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 8 | 109 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.40 |
| HSL | 318.49º | 0.9% | 0.32% | - |
| HSV(B) | 318.49º | 0.95% | 0.6% | - |
| XYZ | 16.17 | 8.15 | 15.19 | - |
| YUV | 63.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 109 | 0 | 0.95 | 0.29 | 0.40 | 318.49 | 0.9 | 0.32 |
| Hex | 9A | 8 | 6D | 0 | 5F | 1D | 28 | 13E | 5A | 20 |
| Octal | 232 | 10 | 155 | 0 | 137 | 35 | 50 | 476 | 132 | 40 |
| Binary | 10011010 | 1000 | 1101101 | 0 | 1011111 | 11101 | 101000 | 100111110 | 1011010 | 100000 |
Color Harmonies of #9A086D
Complementary color
Monochromatic Colors of #9A086D
Black with #9A086D
Text Example
Text Example
White with #9A086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A086D; }
p { color: rgb(154,8,109); }
H1.HeaderClassName
{
color: #9A086D;
}
.AnyTagClassName
{
color: #9A086D;
}
</style>
background-color css
<style>
a { background-color: #9A086D; }
a { background-color: rgb(154,8,109); }
div.DivClassName
{
background-color: #9A086D;
}
.BgClassName
{
background-color: #9A086D;
}
</style>
border-color css
<style>
span { border-color: #9A086D; }
span { border-color: rgb(154,8,109); }
td.TdClassName
{
border-color: #9A086D;
}
.TagClassName
{
border-color: #9A086D;
}
</style>