Shades of Eggplant #9A0273
Tints of Eggplant #9A0273
RGB
CMYK
RGB Variations
Color information
#9A0273 (or 0x9A0273) is known color: Eggplant. HEX triplet: 9A, 02 and 73. RGB value is (154,2,115). Sum of RGB (Red+Green+Blue) = 154+2+115=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0273 is #65FD8C. Grayscale: #3C3C3C. Windows color (decimal): -6684045 or 7537306. OLE color: 7537306.
HSL color Cylindrical-coordinate representation of color #9A0273: hue angle of 315.39º 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 #9A0273 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.40 |
| HSL | 315.39º | 0.97% | 0.31% | - |
| HSV(B) | 315.39º | 0.99% | 0.6% | - |
| XYZ | 16.44 | 8.15 | 16.93 | - |
| YUV | 60.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 115 | 0 | 0.99 | 0.25 | 0.40 | 315.39 | 0.97 | 0.31 |
| Hex | 9A | 2 | 73 | 0 | 63 | 19 | 28 | 13B | 61 | 1F |
| Octal | 232 | 2 | 163 | 0 | 143 | 31 | 50 | 473 | 141 | 37 |
| Binary | 10011010 | 10 | 1110011 | 0 | 1100011 | 11001 | 101000 | 100111011 | 1100001 | 11111 |
Color Harmonies of #9A0273
Complementary color
Monochromatic Colors of #9A0273
Black with #9A0273
Text Example
Text Example
White with #9A0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0273; }
p { color: rgb(154,2,115); }
H1.HeaderClassName
{
color: #9A0273;
}
.AnyTagClassName
{
color: #9A0273;
}
</style>
background-color css
<style>
a { background-color: #9A0273; }
a { background-color: rgb(154,2,115); }
div.DivClassName
{
background-color: #9A0273;
}
.BgClassName
{
background-color: #9A0273;
}
</style>
border-color css
<style>
span { border-color: #9A0273; }
span { border-color: rgb(154,2,115); }
td.TdClassName
{
border-color: #9A0273;
}
.TagClassName
{
border-color: #9A0273;
}
</style>