Shades of Eggplant #9E0465
Tints of Eggplant #9E0465
RGB
CMYK
RGB Variations
Color information
#9E0465 (or 0x9E0465) is known color: Eggplant. HEX triplet: 9E, 04 and 65. RGB value is (158,4,101). Sum of RGB (Red+Green+Blue) = 158+4+101=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0465 is #61FB9A. Grayscale: #3C3C3C. Windows color (decimal): -6421403 or 6620318. OLE color: 6620318.
HSL color Cylindrical-coordinate representation of color #9E0465: hue angle of 322.21º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0465 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 101 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.38 |
| HSL | 322.21º | 0.95% | 0.32% | - |
| HSV(B) | 322.21º | 0.97% | 0.62% | - |
| XYZ | 16.49 | 8.3 | 13.04 | - |
| YUV | 61.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 101 | 0 | 0.97 | 0.36 | 0.38 | 322.21 | 0.95 | 0.32 |
| Hex | 9E | 4 | 65 | 0 | 61 | 24 | 26 | 142 | 5F | 20 |
| Octal | 236 | 4 | 145 | 0 | 141 | 44 | 46 | 502 | 137 | 40 |
| Binary | 10011110 | 100 | 1100101 | 0 | 1100001 | 100100 | 100110 | 101000010 | 1011111 | 100000 |
Color Harmonies of #9E0465
Complementary color
Monochromatic Colors of #9E0465
Black with #9E0465
Text Example
Text Example
White with #9E0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0465; }
p { color: rgb(158,4,101); }
H1.HeaderClassName
{
color: #9E0465;
}
.AnyTagClassName
{
color: #9E0465;
}
</style>
background-color css
<style>
a { background-color: #9E0465; }
a { background-color: rgb(158,4,101); }
div.DivClassName
{
background-color: #9E0465;
}
.BgClassName
{
background-color: #9E0465;
}
</style>
border-color css
<style>
span { border-color: #9E0465; }
span { border-color: rgb(158,4,101); }
td.TdClassName
{
border-color: #9E0465;
}
.TagClassName
{
border-color: #9E0465;
}
</style>