Shades of Eggplant #9E025F
Tints of Eggplant #9E025F
RGB
CMYK
RGB Variations
Color information
#9E025F (or 0x9E025F) is known color: Eggplant. HEX triplet: 9E, 02 and 5F. RGB value is (158,2,95). Sum of RGB (Red+Green+Blue) = 158+2+95=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E025F is #61FDA0. Grayscale: #3B3B3B. Windows color (decimal): -6421921 or 6226590. OLE color: 6226590.
HSL color Cylindrical-coordinate representation of color #9E025F: hue angle of 324.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E025F is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 95 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.38 |
| HSL | 324.23º | 0.98% | 0.31% | - |
| HSV(B) | 324.23º | 0.99% | 0.62% | - |
| XYZ | 16.19 | 8.14 | 11.54 | - |
| YUV | 59.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 95 | 0 | 0.99 | 0.40 | 0.38 | 324.23 | 0.98 | 0.31 |
| Hex | 9E | 2 | 5F | 0 | 63 | 28 | 26 | 144 | 62 | 1F |
| Octal | 236 | 2 | 137 | 0 | 143 | 50 | 46 | 504 | 142 | 37 |
| Binary | 10011110 | 10 | 1011111 | 0 | 1100011 | 101000 | 100110 | 101000100 | 1100010 | 11111 |
Color Harmonies of #9E025F
Complementary color
Monochromatic Colors of #9E025F
Black with #9E025F
Text Example
Text Example
White with #9E025F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E025F; }
p { color: rgb(158,2,95); }
H1.HeaderClassName
{
color: #9E025F;
}
.AnyTagClassName
{
color: #9E025F;
}
</style>
background-color css
<style>
a { background-color: #9E025F; }
a { background-color: rgb(158,2,95); }
div.DivClassName
{
background-color: #9E025F;
}
.BgClassName
{
background-color: #9E025F;
}
</style>
border-color css
<style>
span { border-color: #9E025F; }
span { border-color: rgb(158,2,95); }
td.TdClassName
{
border-color: #9E025F;
}
.TagClassName
{
border-color: #9E025F;
}
</style>