Shades of Eggplant #9F0166
Tints of Eggplant #9F0166
RGB
CMYK
RGB Variations
Color information
#9F0166 (or 0x9F0166) is known color: Eggplant. HEX triplet: 9F, 01 and 66. RGB value is (159,1,102). Sum of RGB (Red+Green+Blue) = 159+1+102=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0166 is #60FE99. Grayscale: #3B3B3B. Windows color (decimal): -6356634 or 6685087. OLE color: 6685087.
HSL color Cylindrical-coordinate representation of color #9F0166: hue angle of 321.65º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0166 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.38 |
| HSL | 321.65º | 0.99% | 0.31% | - |
| HSV(B) | 321.65º | 0.99% | 0.62% | - |
| XYZ | 16.71 | 8.35 | 13.3 | - |
| YUV | 59.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 102 | 0 | 0.99 | 0.36 | 0.38 | 321.65 | 0.99 | 0.31 |
| Hex | 9F | 1 | 66 | 0 | 63 | 24 | 26 | 142 | 63 | 1F |
| Octal | 237 | 1 | 146 | 0 | 143 | 44 | 46 | 502 | 143 | 37 |
| Binary | 10011111 | 1 | 1100110 | 0 | 1100011 | 100100 | 100110 | 101000010 | 1100011 | 11111 |
Color Harmonies of #9F0166
Complementary color
Monochromatic Colors of #9F0166
Black with #9F0166
Text Example
Text Example
White with #9F0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0166; }
p { color: rgb(159,1,102); }
H1.HeaderClassName
{
color: #9F0166;
}
.AnyTagClassName
{
color: #9F0166;
}
</style>
background-color css
<style>
a { background-color: #9F0166; }
a { background-color: rgb(159,1,102); }
div.DivClassName
{
background-color: #9F0166;
}
.BgClassName
{
background-color: #9F0166;
}
</style>
border-color css
<style>
span { border-color: #9F0166; }
span { border-color: rgb(159,1,102); }
td.TdClassName
{
border-color: #9F0166;
}
.TagClassName
{
border-color: #9F0166;
}
</style>