Shades of Eggplant #9F0867
Tints of Eggplant #9F0867
RGB
CMYK
RGB Variations
Color information
#9F0867 (or 0x9F0867) is known color: Eggplant. HEX triplet: 9F, 08 and 67. RGB value is (159,8,103). Sum of RGB (Red+Green+Blue) = 159+8+103=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0867 is #60F798. Grayscale: #3F3F3F. Windows color (decimal): -6354841 or 6752415. OLE color: 6752415.
HSL color Cylindrical-coordinate representation of color #9F0867: hue angle of 322.25º 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 #9F0867 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 103 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.38 |
| HSL | 322.25º | 0.9% | 0.33% | - |
| HSV(B) | 322.25º | 0.95% | 0.62% | - |
| XYZ | 16.83 | 8.52 | 13.59 | - |
| YUV | 63.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 103 | 0 | 0.95 | 0.35 | 0.38 | 322.25 | 0.9 | 0.33 |
| Hex | 9F | 8 | 67 | 0 | 5F | 23 | 26 | 142 | 5A | 21 |
| Octal | 237 | 10 | 147 | 0 | 137 | 43 | 46 | 502 | 132 | 41 |
| Binary | 10011111 | 1000 | 1100111 | 0 | 1011111 | 100011 | 100110 | 101000010 | 1011010 | 100001 |
Color Harmonies of #9F0867
Complementary color
Monochromatic Colors of #9F0867
Black with #9F0867
Text Example
Text Example
White with #9F0867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0867; }
p { color: rgb(159,8,103); }
H1.HeaderClassName
{
color: #9F0867;
}
.AnyTagClassName
{
color: #9F0867;
}
</style>
background-color css
<style>
a { background-color: #9F0867; }
a { background-color: rgb(159,8,103); }
div.DivClassName
{
background-color: #9F0867;
}
.BgClassName
{
background-color: #9F0867;
}
</style>
border-color css
<style>
span { border-color: #9F0867; }
span { border-color: rgb(159,8,103); }
td.TdClassName
{
border-color: #9F0867;
}
.TagClassName
{
border-color: #9F0867;
}
</style>