Shades of Eggplant #9F0273
Tints of Eggplant #9F0273
RGB
CMYK
RGB Variations
Color information
#9F0273 (or 0x9F0273) is known color: Eggplant. HEX triplet: 9F, 02 and 73. RGB value is (159,2,115). Sum of RGB (Red+Green+Blue) = 159+2+115=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0273 is #60FD8C. Grayscale: #3D3D3D. Windows color (decimal): -6356365 or 7537311. OLE color: 7537311.
HSL color Cylindrical-coordinate representation of color #9F0273: hue angle of 316.82º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0273 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.38 |
| HSL | 316.82º | 0.98% | 0.32% | - |
| HSV(B) | 316.82º | 0.99% | 0.62% | - |
| XYZ | 17.41 | 8.65 | 16.97 | - |
| YUV | 61.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 115 | 0 | 0.99 | 0.28 | 0.38 | 316.82 | 0.98 | 0.32 |
| Hex | 9F | 2 | 73 | 0 | 63 | 1C | 26 | 13D | 62 | 20 |
| Octal | 237 | 2 | 163 | 0 | 143 | 34 | 46 | 475 | 142 | 40 |
| Binary | 10011111 | 10 | 1110011 | 0 | 1100011 | 11100 | 100110 | 100111101 | 1100010 | 100000 |
Color Harmonies of #9F0273
Complementary color
Monochromatic Colors of #9F0273
Black with #9F0273
Text Example
Text Example
White with #9F0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0273; }
p { color: rgb(159,2,115); }
H1.HeaderClassName
{
color: #9F0273;
}
.AnyTagClassName
{
color: #9F0273;
}
</style>
background-color css
<style>
a { background-color: #9F0273; }
a { background-color: rgb(159,2,115); }
div.DivClassName
{
background-color: #9F0273;
}
.BgClassName
{
background-color: #9F0273;
}
</style>
border-color css
<style>
span { border-color: #9F0273; }
span { border-color: rgb(159,2,115); }
td.TdClassName
{
border-color: #9F0273;
}
.TagClassName
{
border-color: #9F0273;
}
</style>