Shades of Eggplant #9F025F
Tints of Eggplant #9F025F
RGB
CMYK
RGB Variations
Color information
#9F025F (or 0x9F025F) is known color: Eggplant. HEX triplet: 9F, 02 and 5F. RGB value is (159,2,95). Sum of RGB (Red+Green+Blue) = 159+2+95=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F025F is #60FDA0. Grayscale: #3B3B3B. Windows color (decimal): -6356385 or 6226591. OLE color: 6226591.
HSL color Cylindrical-coordinate representation of color #9F025F: hue angle of 324.46º 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 #9F025F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.38 |
| HSL | 324.46º | 0.98% | 0.32% | - |
| HSV(B) | 324.46º | 0.99% | 0.62% | - |
| XYZ | 16.39 | 8.24 | 11.55 | - |
| YUV | 59.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 95 | 0 | 0.99 | 0.40 | 0.38 | 324.46 | 0.98 | 0.32 |
| Hex | 9F | 2 | 5F | 0 | 63 | 28 | 26 | 144 | 62 | 20 |
| Octal | 237 | 2 | 137 | 0 | 143 | 50 | 46 | 504 | 142 | 40 |
| Binary | 10011111 | 10 | 1011111 | 0 | 1100011 | 101000 | 100110 | 101000100 | 1100010 | 100000 |
Color Harmonies of #9F025F
Complementary color
Monochromatic Colors of #9F025F
Black with #9F025F
Text Example
Text Example
White with #9F025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F025F; }
p { color: rgb(159,2,95); }
H1.HeaderClassName
{
color: #9F025F;
}
.AnyTagClassName
{
color: #9F025F;
}
</style>
background-color css
<style>
a { background-color: #9F025F; }
a { background-color: rgb(159,2,95); }
div.DivClassName
{
background-color: #9F025F;
}
.BgClassName
{
background-color: #9F025F;
}
</style>
border-color css
<style>
span { border-color: #9F025F; }
span { border-color: rgb(159,2,95); }
td.TdClassName
{
border-color: #9F025F;
}
.TagClassName
{
border-color: #9F025F;
}
</style>