Shades of Eggplant #9A0275
Tints of Eggplant #9A0275
RGB
CMYK
RGB Variations
Color information
#9A0275 (or 0x9A0275) is known color: Eggplant. HEX triplet: 9A, 02 and 75. RGB value is (154,2,117). Sum of RGB (Red+Green+Blue) = 154+2+117=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0275 is #65FD8A. Grayscale: #3C3C3C. Windows color (decimal): -6684043 or 7668378. OLE color: 7668378.
HSL color Cylindrical-coordinate representation of color #9A0275: hue angle of 314.61º 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 #9A0275 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.40 |
| HSL | 314.61º | 0.97% | 0.31% | - |
| HSV(B) | 314.61º | 0.99% | 0.6% | - |
| XYZ | 16.56 | 8.2 | 17.54 | - |
| YUV | 60.56 | 159.86 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 117 | 0 | 0.99 | 0.24 | 0.40 | 314.61 | 0.97 | 0.31 |
| Hex | 9A | 2 | 75 | 0 | 63 | 18 | 28 | 13B | 61 | 1F |
| Octal | 232 | 2 | 165 | 0 | 143 | 30 | 50 | 473 | 141 | 37 |
| Binary | 10011010 | 10 | 1110101 | 0 | 1100011 | 11000 | 101000 | 100111011 | 1100001 | 11111 |
Color Harmonies of #9A0275
Complementary color
Monochromatic Colors of #9A0275
Black with #9A0275
Text Example
Text Example
White with #9A0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0275; }
p { color: rgb(154,2,117); }
H1.HeaderClassName
{
color: #9A0275;
}
.AnyTagClassName
{
color: #9A0275;
}
</style>
background-color css
<style>
a { background-color: #9A0275; }
a { background-color: rgb(154,2,117); }
div.DivClassName
{
background-color: #9A0275;
}
.BgClassName
{
background-color: #9A0275;
}
</style>
border-color css
<style>
span { border-color: #9A0275; }
span { border-color: rgb(154,2,117); }
td.TdClassName
{
border-color: #9A0275;
}
.TagClassName
{
border-color: #9A0275;
}
</style>