Shades of Eggplant #9E0469
Tints of Eggplant #9E0469
RGB
CMYK
RGB Variations
Color information
#9E0469 (or 0x9E0469) is known color: Eggplant. HEX triplet: 9E, 04 and 69. RGB value is (158,4,105). Sum of RGB (Red+Green+Blue) = 158+4+105=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0469 is #61FB96. Grayscale: #3D3D3D. Windows color (decimal): -6421399 or 6882462. OLE color: 6882462.
HSL color Cylindrical-coordinate representation of color #9E0469: hue angle of 320.65º 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 #9E0469 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 105 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.38 |
| HSL | 320.65º | 0.95% | 0.32% | - |
| HSV(B) | 320.65º | 0.97% | 0.62% | - |
| XYZ | 16.69 | 8.38 | 14.1 | - |
| YUV | 61.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 105 | 0 | 0.97 | 0.34 | 0.38 | 320.65 | 0.95 | 0.32 |
| Hex | 9E | 4 | 69 | 0 | 61 | 22 | 26 | 141 | 5F | 20 |
| Octal | 236 | 4 | 151 | 0 | 141 | 42 | 46 | 501 | 137 | 40 |
| Binary | 10011110 | 100 | 1101001 | 0 | 1100001 | 100010 | 100110 | 101000001 | 1011111 | 100000 |
Color Harmonies of #9E0469
Complementary color
Monochromatic Colors of #9E0469
Black with #9E0469
Text Example
Text Example
White with #9E0469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0469; }
p { color: rgb(158,4,105); }
H1.HeaderClassName
{
color: #9E0469;
}
.AnyTagClassName
{
color: #9E0469;
}
</style>
background-color css
<style>
a { background-color: #9E0469; }
a { background-color: rgb(158,4,105); }
div.DivClassName
{
background-color: #9E0469;
}
.BgClassName
{
background-color: #9E0469;
}
</style>
border-color css
<style>
span { border-color: #9E0469; }
span { border-color: rgb(158,4,105); }
td.TdClassName
{
border-color: #9E0469;
}
.TagClassName
{
border-color: #9E0469;
}
</style>