Shades of Eggplant #9A0A74
Tints of Eggplant #9A0A74
RGB
CMYK
RGB Variations
Color information
#9A0A74 (or 0x9A0A74) is known color: Eggplant. HEX triplet: 9A, 0A and 74. RGB value is (154,10,116). Sum of RGB (Red+Green+Blue) = 154+10+116=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0A74 is #65F58B. Grayscale: #404040. Windows color (decimal): -6681996 or 7604890. OLE color: 7604890.
HSL color Cylindrical-coordinate representation of color #9A0A74: hue angle of 315.83º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A74 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 10 | 116 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.40 |
| HSL | 315.83º | 0.88% | 0.32% | - |
| HSV(B) | 315.83º | 0.94% | 0.6% | - |
| XYZ | 16.59 | 8.35 | 17.26 | - |
| YUV | 65.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 116 | 0 | 0.94 | 0.25 | 0.40 | 315.83 | 0.88 | 0.32 |
| Hex | 9A | A | 74 | 0 | 5E | 19 | 28 | 13C | 58 | 20 |
| Octal | 232 | 12 | 164 | 0 | 136 | 31 | 50 | 474 | 130 | 40 |
| Binary | 10011010 | 1010 | 1110100 | 0 | 1011110 | 11001 | 101000 | 100111100 | 1011000 | 100000 |
Color Harmonies of #9A0A74
Complementary color
Monochromatic Colors of #9A0A74
Black with #9A0A74
Text Example
Text Example
White with #9A0A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0A74; }
p { color: rgb(154,10,116); }
H1.HeaderClassName
{
color: #9A0A74;
}
.AnyTagClassName
{
color: #9A0A74;
}
</style>
background-color css
<style>
a { background-color: #9A0A74; }
a { background-color: rgb(154,10,116); }
div.DivClassName
{
background-color: #9A0A74;
}
.BgClassName
{
background-color: #9A0A74;
}
</style>
border-color css
<style>
span { border-color: #9A0A74; }
span { border-color: rgb(154,10,116); }
td.TdClassName
{
border-color: #9A0A74;
}
.TagClassName
{
border-color: #9A0A74;
}
</style>