Shades of Eggplant #9A0B64
Tints of Eggplant #9A0B64
RGB
CMYK
RGB Variations
Color information
#9A0B64 (or 0x9A0B64) is known color: Eggplant. HEX triplet: 9A, 0B and 64. RGB value is (154,11,100). Sum of RGB (Red+Green+Blue) = 154+11+100=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0B64 is #65F49B. Grayscale: #3F3F3F. Windows color (decimal): -6681756 or 6556570. OLE color: 6556570.
HSL color Cylindrical-coordinate representation of color #9A0B64: hue angle of 322.66º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B64 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 100 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.40 |
| HSL | 322.66º | 0.87% | 0.32% | - |
| HSV(B) | 322.66º | 0.93% | 0.6% | - |
| XYZ | 15.75 | 8.03 | 12.78 | - |
| YUV | 63.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 100 | 0 | 0.93 | 0.35 | 0.40 | 322.66 | 0.87 | 0.32 |
| Hex | 9A | B | 64 | 0 | 5D | 23 | 28 | 143 | 57 | 20 |
| Octal | 232 | 13 | 144 | 0 | 135 | 43 | 50 | 503 | 127 | 40 |
| Binary | 10011010 | 1011 | 1100100 | 0 | 1011101 | 100011 | 101000 | 101000011 | 1010111 | 100000 |
Color Harmonies of #9A0B64
Complementary color
Monochromatic Colors of #9A0B64
Black with #9A0B64
Text Example
Text Example
White with #9A0B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B64; }
p { color: rgb(154,11,100); }
H1.HeaderClassName
{
color: #9A0B64;
}
.AnyTagClassName
{
color: #9A0B64;
}
</style>
background-color css
<style>
a { background-color: #9A0B64; }
a { background-color: rgb(154,11,100); }
div.DivClassName
{
background-color: #9A0B64;
}
.BgClassName
{
background-color: #9A0B64;
}
</style>
border-color css
<style>
span { border-color: #9A0B64; }
span { border-color: rgb(154,11,100); }
td.TdClassName
{
border-color: #9A0B64;
}
.TagClassName
{
border-color: #9A0B64;
}
</style>