Shades of Eggplant #9F0168
Tints of Eggplant #9F0168
RGB
CMYK
RGB Variations
Color information
#9F0168 (or 0x9F0168) is known color: Eggplant. HEX triplet: 9F, 01 and 68. RGB value is (159,1,104). Sum of RGB (Red+Green+Blue) = 159+1+104=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0168 is #60FE97. Grayscale: #3B3B3B. Windows color (decimal): -6356632 or 6816159. OLE color: 6816159.
HSL color Cylindrical-coordinate representation of color #9F0168: hue angle of 320.89º 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 #9F0168 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.38 |
| HSL | 320.89º | 0.99% | 0.31% | - |
| HSV(B) | 320.89º | 0.99% | 0.62% | - |
| XYZ | 16.81 | 8.39 | 13.83 | - |
| YUV | 59.98 | 152.85 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 104 | 0 | 0.99 | 0.35 | 0.38 | 320.89 | 0.99 | 0.31 |
| Hex | 9F | 1 | 68 | 0 | 63 | 23 | 26 | 141 | 63 | 1F |
| Octal | 237 | 1 | 150 | 0 | 143 | 43 | 46 | 501 | 143 | 37 |
| Binary | 10011111 | 1 | 1101000 | 0 | 1100011 | 100011 | 100110 | 101000001 | 1100011 | 11111 |
Color Harmonies of #9F0168
Complementary color
Monochromatic Colors of #9F0168
Black with #9F0168
Text Example
Text Example
White with #9F0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0168; }
p { color: rgb(159,1,104); }
H1.HeaderClassName
{
color: #9F0168;
}
.AnyTagClassName
{
color: #9F0168;
}
</style>
background-color css
<style>
a { background-color: #9F0168; }
a { background-color: rgb(159,1,104); }
div.DivClassName
{
background-color: #9F0168;
}
.BgClassName
{
background-color: #9F0168;
}
</style>
border-color css
<style>
span { border-color: #9F0168; }
span { border-color: rgb(159,1,104); }
td.TdClassName
{
border-color: #9F0168;
}
.TagClassName
{
border-color: #9F0168;
}
</style>