Shades of Eggplant #9A0B7D
Tints of Eggplant #9A0B7D
RGB
CMYK
RGB Variations
Color information
#9A0B7D (or 0x9A0B7D) is known color: Eggplant. HEX triplet: 9A, 0B and 7D. RGB value is (154,11,125). Sum of RGB (Red+Green+Blue) = 154+11+125=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0B7D is #65F482. Grayscale: #424242. Windows color (decimal): -6681731 or 8194970. OLE color: 8194970.
HSL color Cylindrical-coordinate representation of color #9A0B7D: hue angle of 312.17º 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 #9A0B7D is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 125 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.40 |
| HSL | 312.17º | 0.87% | 0.32% | - |
| HSV(B) | 312.17º | 0.93% | 0.6% | - |
| XYZ | 17.15 | 8.59 | 20.16 | - |
| YUV | 66.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 125 | 0 | 0.93 | 0.19 | 0.40 | 312.17 | 0.87 | 0.32 |
| Hex | 9A | B | 7D | 0 | 5D | 13 | 28 | 138 | 57 | 20 |
| Octal | 232 | 13 | 175 | 0 | 135 | 23 | 50 | 470 | 127 | 40 |
| Binary | 10011010 | 1011 | 1111101 | 0 | 1011101 | 10011 | 101000 | 100111000 | 1010111 | 100000 |
Color Harmonies of #9A0B7D
Complementary color
Monochromatic Colors of #9A0B7D
Black with #9A0B7D
Text Example
Text Example
White with #9A0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B7D; }
p { color: rgb(154,11,125); }
H1.HeaderClassName
{
color: #9A0B7D;
}
.AnyTagClassName
{
color: #9A0B7D;
}
</style>
background-color css
<style>
a { background-color: #9A0B7D; }
a { background-color: rgb(154,11,125); }
div.DivClassName
{
background-color: #9A0B7D;
}
.BgClassName
{
background-color: #9A0B7D;
}
</style>
border-color css
<style>
span { border-color: #9A0B7D; }
span { border-color: rgb(154,11,125); }
td.TdClassName
{
border-color: #9A0B7D;
}
.TagClassName
{
border-color: #9A0B7D;
}
</style>