Shades of Eggplant #9F0872
Tints of Eggplant #9F0872
RGB
CMYK
RGB Variations
Color information
#9F0872 (or 0x9F0872) is known color: Eggplant. HEX triplet: 9F, 08 and 72. RGB value is (159,8,114). Sum of RGB (Red+Green+Blue) = 159+8+114=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0872 is #60F78D. Grayscale: #404040. Windows color (decimal): -6354830 or 7473311. OLE color: 7473311.
HSL color Cylindrical-coordinate representation of color #9F0872: hue angle of 317.88º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0872 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 114 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.38 |
| HSL | 317.88º | 0.9% | 0.33% | - |
| HSV(B) | 317.88º | 0.95% | 0.62% | - |
| XYZ | 17.42 | 8.76 | 16.69 | - |
| YUV | 65.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 114 | 0 | 0.95 | 0.28 | 0.38 | 317.88 | 0.9 | 0.33 |
| Hex | 9F | 8 | 72 | 0 | 5F | 1C | 26 | 13E | 5A | 21 |
| Octal | 237 | 10 | 162 | 0 | 137 | 34 | 46 | 476 | 132 | 41 |
| Binary | 10011111 | 1000 | 1110010 | 0 | 1011111 | 11100 | 100110 | 100111110 | 1011010 | 100001 |
Color Harmonies of #9F0872
Complementary color
Monochromatic Colors of #9F0872
Black with #9F0872
Text Example
Text Example
White with #9F0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0872; }
p { color: rgb(159,8,114); }
H1.HeaderClassName
{
color: #9F0872;
}
.AnyTagClassName
{
color: #9F0872;
}
</style>
background-color css
<style>
a { background-color: #9F0872; }
a { background-color: rgb(159,8,114); }
div.DivClassName
{
background-color: #9F0872;
}
.BgClassName
{
background-color: #9F0872;
}
</style>
border-color css
<style>
span { border-color: #9F0872; }
span { border-color: rgb(159,8,114); }
td.TdClassName
{
border-color: #9F0872;
}
.TagClassName
{
border-color: #9F0872;
}
</style>