Shades of Eggplant #9A156C
Tints of Eggplant #9A156C
RGB
CMYK
RGB Variations
Color information
#9A156C (or 0x9A156C) is known color: Eggplant. HEX triplet: 9A, 15 and 6C. RGB value is (154,21,108). Sum of RGB (Red+Green+Blue) = 154+21+108=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A156C is #65EA93. Grayscale: #464646. Windows color (decimal): -6679188 or 7083418. OLE color: 7083418.
HSL color Cylindrical-coordinate representation of color #9A156C: hue angle of 320.75º 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 #9A156C is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 108 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.40 |
| HSL | 320.75º | 0.76% | 0.34% | - |
| HSV(B) | 320.75º | 0.86% | 0.6% | - |
| XYZ | 16.3 | 8.49 | 14.97 | - |
| YUV | 70.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 108 | 0 | 0.86 | 0.30 | 0.40 | 320.75 | 0.76 | 0.34 |
| Hex | 9A | 15 | 6C | 0 | 56 | 1E | 28 | 141 | 4C | 22 |
| Octal | 232 | 25 | 154 | 0 | 126 | 36 | 50 | 501 | 114 | 42 |
| Binary | 10011010 | 10101 | 1101100 | 0 | 1010110 | 11110 | 101000 | 101000001 | 1001100 | 100010 |
Color Harmonies of #9A156C
Complementary color
Monochromatic Colors of #9A156C
Black with #9A156C
Text Example
Text Example
White with #9A156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A156C; }
p { color: rgb(154,21,108); }
H1.HeaderClassName
{
color: #9A156C;
}
.AnyTagClassName
{
color: #9A156C;
}
</style>
background-color css
<style>
a { background-color: #9A156C; }
a { background-color: rgb(154,21,108); }
div.DivClassName
{
background-color: #9A156C;
}
.BgClassName
{
background-color: #9A156C;
}
</style>
border-color css
<style>
span { border-color: #9A156C; }
span { border-color: rgb(154,21,108); }
td.TdClassName
{
border-color: #9A156C;
}
.TagClassName
{
border-color: #9A156C;
}
</style>