Shades of Eggplant #9A0666
Tints of Eggplant #9A0666
RGB
CMYK
RGB Variations
Color information
#9A0666 (or 0x9A0666) is known color: Eggplant. HEX triplet: 9A, 06 and 66. RGB value is (154,6,102). Sum of RGB (Red+Green+Blue) = 154+6+102=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0666 is #65F999. Grayscale: #3C3C3C. Windows color (decimal): -6683034 or 6686362. OLE color: 6686362.
HSL color Cylindrical-coordinate representation of color #9A0666: hue angle of 321.08º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0666 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.40 |
| HSL | 321.08º | 0.93% | 0.31% | - |
| HSV(B) | 321.08º | 0.96% | 0.6% | - |
| XYZ | 15.79 | 7.96 | 13.27 | - |
| YUV | 61.2 | 151.03 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 102 | 0 | 0.96 | 0.34 | 0.40 | 321.08 | 0.93 | 0.31 |
| Hex | 9A | 6 | 66 | 0 | 60 | 22 | 28 | 141 | 5C | 1F |
| Octal | 232 | 6 | 146 | 0 | 140 | 42 | 50 | 501 | 134 | 37 |
| Binary | 10011010 | 110 | 1100110 | 0 | 1100000 | 100010 | 101000 | 101000001 | 1011100 | 11111 |
Color Harmonies of #9A0666
Complementary color
Monochromatic Colors of #9A0666
Black with #9A0666
Text Example
Text Example
White with #9A0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0666; }
p { color: rgb(154,6,102); }
H1.HeaderClassName
{
color: #9A0666;
}
.AnyTagClassName
{
color: #9A0666;
}
</style>
background-color css
<style>
a { background-color: #9A0666; }
a { background-color: rgb(154,6,102); }
div.DivClassName
{
background-color: #9A0666;
}
.BgClassName
{
background-color: #9A0666;
}
</style>
border-color css
<style>
span { border-color: #9A0666; }
span { border-color: rgb(154,6,102); }
td.TdClassName
{
border-color: #9A0666;
}
.TagClassName
{
border-color: #9A0666;
}
</style>