Shades of Eggplant #9F026B
Tints of Eggplant #9F026B
RGB
CMYK
RGB Variations
Color information
#9F026B (or 0x9F026B) is known color: Eggplant. HEX triplet: 9F, 02 and 6B. RGB value is (159,2,107). Sum of RGB (Red+Green+Blue) = 159+2+107=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F026B is #60FD94. Grayscale: #3C3C3C. Windows color (decimal): -6356373 or 7013023. OLE color: 7013023.
HSL color Cylindrical-coordinate representation of color #9F026B: hue angle of 319.87º 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 #9F026B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.38 |
| HSL | 319.87º | 0.98% | 0.32% | - |
| HSV(B) | 319.87º | 0.99% | 0.62% | - |
| XYZ | 16.97 | 8.48 | 14.65 | - |
| YUV | 60.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 107 | 0 | 0.99 | 0.33 | 0.38 | 319.87 | 0.98 | 0.32 |
| Hex | 9F | 2 | 6B | 0 | 63 | 21 | 26 | 140 | 62 | 20 |
| Octal | 237 | 2 | 153 | 0 | 143 | 41 | 46 | 500 | 142 | 40 |
| Binary | 10011111 | 10 | 1101011 | 0 | 1100011 | 100001 | 100110 | 101000000 | 1100010 | 100000 |
Color Harmonies of #9F026B
Complementary color
Monochromatic Colors of #9F026B
Black with #9F026B
Text Example
Text Example
White with #9F026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F026B; }
p { color: rgb(159,2,107); }
H1.HeaderClassName
{
color: #9F026B;
}
.AnyTagClassName
{
color: #9F026B;
}
</style>
background-color css
<style>
a { background-color: #9F026B; }
a { background-color: rgb(159,2,107); }
div.DivClassName
{
background-color: #9F026B;
}
.BgClassName
{
background-color: #9F026B;
}
</style>
border-color css
<style>
span { border-color: #9F026B; }
span { border-color: rgb(159,2,107); }
td.TdClassName
{
border-color: #9F026B;
}
.TagClassName
{
border-color: #9F026B;
}
</style>