Shades of Eggplant #9F0878
Tints of Eggplant #9F0878
RGB
CMYK
RGB Variations
Color information
#9F0878 (or 0x9F0878) is known color: Eggplant. HEX triplet: 9F, 08 and 78. RGB value is (159,8,120). Sum of RGB (Red+Green+Blue) = 159+8+120=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0878 is #60F787. Grayscale: #414141. Windows color (decimal): -6354824 or 7866527. OLE color: 7866527.
HSL color Cylindrical-coordinate representation of color #9F0878: hue angle of 315.5º 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 #9F0878 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 120 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.38 |
| HSL | 315.5º | 0.9% | 0.33% | - |
| HSV(B) | 315.5º | 0.95% | 0.62% | - |
| XYZ | 17.78 | 8.9 | 18.55 | - |
| YUV | 65.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 120 | 0 | 0.95 | 0.25 | 0.38 | 315.5 | 0.9 | 0.33 |
| Hex | 9F | 8 | 78 | 0 | 5F | 19 | 26 | 13B | 5A | 21 |
| Octal | 237 | 10 | 170 | 0 | 137 | 31 | 46 | 473 | 132 | 41 |
| Binary | 10011111 | 1000 | 1111000 | 0 | 1011111 | 11001 | 100110 | 100111011 | 1011010 | 100001 |
Color Harmonies of #9F0878
Complementary color
Monochromatic Colors of #9F0878
Black with #9F0878
Text Example
Text Example
White with #9F0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0878; }
p { color: rgb(159,8,120); }
H1.HeaderClassName
{
color: #9F0878;
}
.AnyTagClassName
{
color: #9F0878;
}
</style>
background-color css
<style>
a { background-color: #9F0878; }
a { background-color: rgb(159,8,120); }
div.DivClassName
{
background-color: #9F0878;
}
.BgClassName
{
background-color: #9F0878;
}
</style>
border-color css
<style>
span { border-color: #9F0878; }
span { border-color: rgb(159,8,120); }
td.TdClassName
{
border-color: #9F0878;
}
.TagClassName
{
border-color: #9F0878;
}
</style>