Shades of Eggplant #9F0267
Tints of Eggplant #9F0267
RGB
CMYK
RGB Variations
Color information
#9F0267 (or 0x9F0267) is known color: Eggplant. HEX triplet: 9F, 02 and 67. RGB value is (159,2,103). Sum of RGB (Red+Green+Blue) = 159+2+103=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0267 is #60FD98. Grayscale: #3C3C3C. Windows color (decimal): -6356377 or 6750879. OLE color: 6750879.
HSL color Cylindrical-coordinate representation of color #9F0267: hue angle of 321.4º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0267 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.38 |
| HSL | 321.4º | 0.98% | 0.32% | - |
| HSV(B) | 321.4º | 0.99% | 0.62% | - |
| XYZ | 16.77 | 8.39 | 13.57 | - |
| YUV | 60.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 103 | 0 | 0.99 | 0.35 | 0.38 | 321.4 | 0.98 | 0.32 |
| Hex | 9F | 2 | 67 | 0 | 63 | 23 | 26 | 141 | 62 | 20 |
| Octal | 237 | 2 | 147 | 0 | 143 | 43 | 46 | 501 | 142 | 40 |
| Binary | 10011111 | 10 | 1100111 | 0 | 1100011 | 100011 | 100110 | 101000001 | 1100010 | 100000 |
Color Harmonies of #9F0267
Complementary color
Monochromatic Colors of #9F0267
Black with #9F0267
Text Example
Text Example
White with #9F0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0267; }
p { color: rgb(159,2,103); }
H1.HeaderClassName
{
color: #9F0267;
}
.AnyTagClassName
{
color: #9F0267;
}
</style>
background-color css
<style>
a { background-color: #9F0267; }
a { background-color: rgb(159,2,103); }
div.DivClassName
{
background-color: #9F0267;
}
.BgClassName
{
background-color: #9F0267;
}
</style>
border-color css
<style>
span { border-color: #9F0267; }
span { border-color: rgb(159,2,103); }
td.TdClassName
{
border-color: #9F0267;
}
.TagClassName
{
border-color: #9F0267;
}
</style>