Shades of Eggplant #9A0D76
Tints of Eggplant #9A0D76
RGB
CMYK
RGB Variations
Color information
#9A0D76 (or 0x9A0D76) is known color: Eggplant. HEX triplet: 9A, 0D and 76. RGB value is (154,13,118). Sum of RGB (Red+Green+Blue) = 154+13+118=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0D76 is #65F289. Grayscale: #424242. Windows color (decimal): -6681226 or 7736730. OLE color: 7736730.
HSL color Cylindrical-coordinate representation of color #9A0D76: hue angle of 315.32º degrees, saturation: 0.84, 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 #9A0D76 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 13 | 118 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.40 |
| HSL | 315.32º | 0.84% | 0.33% | - |
| HSV(B) | 315.32º | 0.92% | 0.6% | - |
| XYZ | 16.74 | 8.47 | 17.89 | - |
| YUV | 67.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 118 | 0 | 0.92 | 0.23 | 0.40 | 315.32 | 0.84 | 0.33 |
| Hex | 9A | D | 76 | 0 | 5C | 17 | 28 | 13B | 54 | 21 |
| Octal | 232 | 15 | 166 | 0 | 134 | 27 | 50 | 473 | 124 | 41 |
| Binary | 10011010 | 1101 | 1110110 | 0 | 1011100 | 10111 | 101000 | 100111011 | 1010100 | 100001 |
Color Harmonies of #9A0D76
Complementary color
Monochromatic Colors of #9A0D76
Black with #9A0D76
Text Example
Text Example
White with #9A0D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0D76; }
p { color: rgb(154,13,118); }
H1.HeaderClassName
{
color: #9A0D76;
}
.AnyTagClassName
{
color: #9A0D76;
}
</style>
background-color css
<style>
a { background-color: #9A0D76; }
a { background-color: rgb(154,13,118); }
div.DivClassName
{
background-color: #9A0D76;
}
.BgClassName
{
background-color: #9A0D76;
}
</style>
border-color css
<style>
span { border-color: #9A0D76; }
span { border-color: rgb(154,13,118); }
td.TdClassName
{
border-color: #9A0D76;
}
.TagClassName
{
border-color: #9A0D76;
}
</style>