Shades of Eggplant #9A0279
Tints of Eggplant #9A0279
RGB
CMYK
RGB Variations
Color information
#9A0279 (or 0x9A0279) is known color: Eggplant. HEX triplet: 9A, 02 and 79. RGB value is (154,2,121). Sum of RGB (Red+Green+Blue) = 154+2+121=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0279 is #65FD86. Grayscale: #3C3C3C. Windows color (decimal): -6684039 or 7930522. OLE color: 7930522.
HSL color Cylindrical-coordinate representation of color #9A0279: hue angle of 313.03º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0279 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.40 |
| HSL | 313.03º | 0.97% | 0.31% | - |
| HSV(B) | 313.03º | 0.99% | 0.6% | - |
| XYZ | 16.8 | 8.29 | 18.8 | - |
| YUV | 61.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 121 | 0 | 0.99 | 0.21 | 0.40 | 313.03 | 0.97 | 0.31 |
| Hex | 9A | 2 | 79 | 0 | 63 | 15 | 28 | 139 | 61 | 1F |
| Octal | 232 | 2 | 171 | 0 | 143 | 25 | 50 | 471 | 141 | 37 |
| Binary | 10011010 | 10 | 1111001 | 0 | 1100011 | 10101 | 101000 | 100111001 | 1100001 | 11111 |
Color Harmonies of #9A0279
Complementary color
Monochromatic Colors of #9A0279
Black with #9A0279
Text Example
Text Example
White with #9A0279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0279; }
p { color: rgb(154,2,121); }
H1.HeaderClassName
{
color: #9A0279;
}
.AnyTagClassName
{
color: #9A0279;
}
</style>
background-color css
<style>
a { background-color: #9A0279; }
a { background-color: rgb(154,2,121); }
div.DivClassName
{
background-color: #9A0279;
}
.BgClassName
{
background-color: #9A0279;
}
</style>
border-color css
<style>
span { border-color: #9A0279; }
span { border-color: rgb(154,2,121); }
td.TdClassName
{
border-color: #9A0279;
}
.TagClassName
{
border-color: #9A0279;
}
</style>