Shades of Eggplant #9F0568
Tints of Eggplant #9F0568
RGB
CMYK
RGB Variations
Color information
#9F0568 (or 0x9F0568) is known color: Eggplant. HEX triplet: 9F, 05 and 68. RGB value is (159,5,104). Sum of RGB (Red+Green+Blue) = 159+5+104=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0568 is #60FA97. Grayscale: #3E3E3E. Windows color (decimal): -6355608 or 6817183. OLE color: 6817183.
HSL color Cylindrical-coordinate representation of color #9F0568: hue angle of 321.43º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0568 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 104 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.38 |
| HSL | 321.43º | 0.94% | 0.32% | - |
| HSV(B) | 321.43º | 0.97% | 0.62% | - |
| XYZ | 16.85 | 8.48 | 13.85 | - |
| YUV | 62.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 104 | 0 | 0.97 | 0.35 | 0.38 | 321.43 | 0.94 | 0.32 |
| Hex | 9F | 5 | 68 | 0 | 61 | 23 | 26 | 141 | 5E | 20 |
| Octal | 237 | 5 | 150 | 0 | 141 | 43 | 46 | 501 | 136 | 40 |
| Binary | 10011111 | 101 | 1101000 | 0 | 1100001 | 100011 | 100110 | 101000001 | 1011110 | 100000 |
Color Harmonies of #9F0568
Complementary color
Monochromatic Colors of #9F0568
Black with #9F0568
Text Example
Text Example
White with #9F0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0568; }
p { color: rgb(159,5,104); }
H1.HeaderClassName
{
color: #9F0568;
}
.AnyTagClassName
{
color: #9F0568;
}
</style>
background-color css
<style>
a { background-color: #9F0568; }
a { background-color: rgb(159,5,104); }
div.DivClassName
{
background-color: #9F0568;
}
.BgClassName
{
background-color: #9F0568;
}
</style>
border-color css
<style>
span { border-color: #9F0568; }
span { border-color: rgb(159,5,104); }
td.TdClassName
{
border-color: #9F0568;
}
.TagClassName
{
border-color: #9F0568;
}
</style>