Shades of Eggplant #9F0869
Tints of Eggplant #9F0869
RGB
CMYK
RGB Variations
Color information
#9F0869 (or 0x9F0869) is known color: Eggplant. HEX triplet: 9F, 08 and 69. RGB value is (159,8,105). Sum of RGB (Red+Green+Blue) = 159+8+105=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0869 is #60F796. Grayscale: #3F3F3F. Windows color (decimal): -6354839 or 6883487. OLE color: 6883487.
HSL color Cylindrical-coordinate representation of color #9F0869: hue angle of 321.46º 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 #9F0869 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 105 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.38 |
| HSL | 321.46º | 0.9% | 0.33% | - |
| HSV(B) | 321.46º | 0.95% | 0.62% | - |
| XYZ | 16.93 | 8.56 | 14.13 | - |
| YUV | 64.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 105 | 0 | 0.95 | 0.34 | 0.38 | 321.46 | 0.9 | 0.33 |
| Hex | 9F | 8 | 69 | 0 | 5F | 22 | 26 | 141 | 5A | 21 |
| Octal | 237 | 10 | 151 | 0 | 137 | 42 | 46 | 501 | 132 | 41 |
| Binary | 10011111 | 1000 | 1101001 | 0 | 1011111 | 100010 | 100110 | 101000001 | 1011010 | 100001 |
Color Harmonies of #9F0869
Complementary color
Monochromatic Colors of #9F0869
Black with #9F0869
Text Example
Text Example
White with #9F0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0869; }
p { color: rgb(159,8,105); }
H1.HeaderClassName
{
color: #9F0869;
}
.AnyTagClassName
{
color: #9F0869;
}
</style>
background-color css
<style>
a { background-color: #9F0869; }
a { background-color: rgb(159,8,105); }
div.DivClassName
{
background-color: #9F0869;
}
.BgClassName
{
background-color: #9F0869;
}
</style>
border-color css
<style>
span { border-color: #9F0869; }
span { border-color: rgb(159,8,105); }
td.TdClassName
{
border-color: #9F0869;
}
.TagClassName
{
border-color: #9F0869;
}
</style>