Shades of Eggplant #910E5F
Tints of Eggplant #910E5F
RGB
CMYK
RGB Variations
Color information
#910E5F (or 0x910E5F) is known color: Eggplant. HEX triplet: 91, 0E and 5F. RGB value is (145,14,95). Sum of RGB (Red+Green+Blue) = 145+14+95=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #910E5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E5F is #6EF1A0. Grayscale: #3E3E3E. Windows color (decimal): -7270817 or 6229649. OLE color: 6229649.
HSL color Cylindrical-coordinate representation of color #910E5F: hue angle of 322.9º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E5F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 95 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.43 |
| HSL | 322.9º | 0.82% | 0.31% | - |
| HSV(B) | 322.9º | 0.9% | 0.57% | - |
| XYZ | 13.9 | 7.16 | 11.48 | - |
| YUV | 62.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 95 | 0 | 0.90 | 0.34 | 0.43 | 322.9 | 0.82 | 0.31 |
| Hex | 91 | E | 5F | 0 | 5A | 22 | 2B | 143 | 52 | 1F |
| Octal | 221 | 16 | 137 | 0 | 132 | 42 | 53 | 503 | 122 | 37 |
| Binary | 10010001 | 1110 | 1011111 | 0 | 1011010 | 100010 | 101011 | 101000011 | 1010010 | 11111 |
Color Harmonies of #910E5F
Complementary color
Monochromatic Colors of #910E5F
Black with #910E5F
Text Example
Text Example
White with #910E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E5F; }
p { color: rgb(145,14,95); }
H1.HeaderClassName
{
color: #910E5F;
}
.AnyTagClassName
{
color: #910E5F;
}
</style>
background-color css
<style>
a { background-color: #910E5F; }
a { background-color: rgb(145,14,95); }
div.DivClassName
{
background-color: #910E5F;
}
.BgClassName
{
background-color: #910E5F;
}
</style>
border-color css
<style>
span { border-color: #910E5F; }
span { border-color: rgb(145,14,95); }
td.TdClassName
{
border-color: #910E5F;
}
.TagClassName
{
border-color: #910E5F;
}
</style>