Shades of Eggplant #9A0C66
Tints of Eggplant #9A0C66
RGB
CMYK
RGB Variations
Color information
#9A0C66 (or 0x9A0C66) is known color: Eggplant. HEX triplet: 9A, 0C and 66. RGB value is (154,12,102). Sum of RGB (Red+Green+Blue) = 154+12+102=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0C66 is #65F399. Grayscale: #404040. Windows color (decimal): -6681498 or 6687898. OLE color: 6687898.
HSL color Cylindrical-coordinate representation of color #9A0C66: hue angle of 321.97º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C66 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 12 | 102 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.40 |
| HSL | 321.97º | 0.86% | 0.33% | - |
| HSV(B) | 321.97º | 0.92% | 0.6% | - |
| XYZ | 15.86 | 8.09 | 13.3 | - |
| YUV | 64.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 102 | 0 | 0.92 | 0.34 | 0.40 | 321.97 | 0.86 | 0.33 |
| Hex | 9A | C | 66 | 0 | 5C | 22 | 28 | 142 | 56 | 21 |
| Octal | 232 | 14 | 146 | 0 | 134 | 42 | 50 | 502 | 126 | 41 |
| Binary | 10011010 | 1100 | 1100110 | 0 | 1011100 | 100010 | 101000 | 101000010 | 1010110 | 100001 |
Color Harmonies of #9A0C66
Complementary color
Monochromatic Colors of #9A0C66
Black with #9A0C66
Text Example
Text Example
White with #9A0C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0C66; }
p { color: rgb(154,12,102); }
H1.HeaderClassName
{
color: #9A0C66;
}
.AnyTagClassName
{
color: #9A0C66;
}
</style>
background-color css
<style>
a { background-color: #9A0C66; }
a { background-color: rgb(154,12,102); }
div.DivClassName
{
background-color: #9A0C66;
}
.BgClassName
{
background-color: #9A0C66;
}
</style>
border-color css
<style>
span { border-color: #9A0C66; }
span { border-color: rgb(154,12,102); }
td.TdClassName
{
border-color: #9A0C66;
}
.TagClassName
{
border-color: #9A0C66;
}
</style>