Shades of Eggplant #9A0B65
Tints of Eggplant #9A0B65
RGB
CMYK
RGB Variations
Color information
#9A0B65 (or 0x9A0B65) is known color: Eggplant. HEX triplet: 9A, 0B and 65. RGB value is (154,11,101). Sum of RGB (Red+Green+Blue) = 154+11+101=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0B65 is #65F49A. Grayscale: #3F3F3F. Windows color (decimal): -6681755 or 6622106. OLE color: 6622106.
HSL color Cylindrical-coordinate representation of color #9A0B65: hue angle of 322.24º 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 #9A0B65 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 101 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.40 |
| HSL | 322.24º | 0.87% | 0.32% | - |
| HSV(B) | 322.24º | 0.93% | 0.6% | - |
| XYZ | 15.8 | 8.05 | 13.03 | - |
| YUV | 64.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 101 | 0 | 0.93 | 0.34 | 0.40 | 322.24 | 0.87 | 0.32 |
| Hex | 9A | B | 65 | 0 | 5D | 22 | 28 | 142 | 57 | 20 |
| Octal | 232 | 13 | 145 | 0 | 135 | 42 | 50 | 502 | 127 | 40 |
| Binary | 10011010 | 1011 | 1100101 | 0 | 1011101 | 100010 | 101000 | 101000010 | 1010111 | 100000 |
Color Harmonies of #9A0B65
Complementary color
Monochromatic Colors of #9A0B65
Black with #9A0B65
Text Example
Text Example
White with #9A0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B65; }
p { color: rgb(154,11,101); }
H1.HeaderClassName
{
color: #9A0B65;
}
.AnyTagClassName
{
color: #9A0B65;
}
</style>
background-color css
<style>
a { background-color: #9A0B65; }
a { background-color: rgb(154,11,101); }
div.DivClassName
{
background-color: #9A0B65;
}
.BgClassName
{
background-color: #9A0B65;
}
</style>
border-color css
<style>
span { border-color: #9A0B65; }
span { border-color: rgb(154,11,101); }
td.TdClassName
{
border-color: #9A0B65;
}
.TagClassName
{
border-color: #9A0B65;
}
</style>