Shades of Eggplant #9F0A6F
Tints of Eggplant #9F0A6F
RGB
CMYK
RGB Variations
Color information
#9F0A6F (or 0x9F0A6F) is known color: Eggplant. HEX triplet: 9F, 0A and 6F. RGB value is (159,10,111). Sum of RGB (Red+Green+Blue) = 159+10+111=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A6F is #60F590. Grayscale: #414141. Windows color (decimal): -6354321 or 7277215. OLE color: 7277215.
HSL color Cylindrical-coordinate representation of color #9F0A6F: hue angle of 319.33º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A6F is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 111 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.38 |
| HSL | 319.33º | 0.88% | 0.33% | - |
| HSV(B) | 319.33º | 0.94% | 0.62% | - |
| XYZ | 17.28 | 8.74 | 15.81 | - |
| YUV | 66.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 111 | 0 | 0.94 | 0.30 | 0.38 | 319.33 | 0.88 | 0.33 |
| Hex | 9F | A | 6F | 0 | 5E | 1E | 26 | 13F | 58 | 21 |
| Octal | 237 | 12 | 157 | 0 | 136 | 36 | 46 | 477 | 130 | 41 |
| Binary | 10011111 | 1010 | 1101111 | 0 | 1011110 | 11110 | 100110 | 100111111 | 1011000 | 100001 |
Color Harmonies of #9F0A6F
Complementary color
Monochromatic Colors of #9F0A6F
Black with #9F0A6F
Text Example
Text Example
White with #9F0A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A6F; }
p { color: rgb(159,10,111); }
H1.HeaderClassName
{
color: #9F0A6F;
}
.AnyTagClassName
{
color: #9F0A6F;
}
</style>
background-color css
<style>
a { background-color: #9F0A6F; }
a { background-color: rgb(159,10,111); }
div.DivClassName
{
background-color: #9F0A6F;
}
.BgClassName
{
background-color: #9F0A6F;
}
</style>
border-color css
<style>
span { border-color: #9F0A6F; }
span { border-color: rgb(159,10,111); }
td.TdClassName
{
border-color: #9F0A6F;
}
.TagClassName
{
border-color: #9F0A6F;
}
</style>