Shades of Eggplant #910E61
Tints of Eggplant #910E61
RGB
CMYK
RGB Variations
Color information
#910E61 (or 0x910E61) is known color: Eggplant. HEX triplet: 91, 0E and 61. RGB value is (145,14,97). Sum of RGB (Red+Green+Blue) = 145+14+97=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #910E61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E61 is #6EF19E. Grayscale: #3E3E3E. Windows color (decimal): -7270815 or 6360721. OLE color: 6360721.
HSL color Cylindrical-coordinate representation of color #910E61: hue angle of 321.98º 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 #910E61 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 97 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.43 |
| HSL | 321.98º | 0.82% | 0.31% | - |
| HSV(B) | 321.98º | 0.9% | 0.57% | - |
| XYZ | 13.99 | 7.2 | 11.96 | - |
| YUV | 62.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 97 | 0 | 0.90 | 0.33 | 0.43 | 321.98 | 0.82 | 0.31 |
| Hex | 91 | E | 61 | 0 | 5A | 21 | 2B | 142 | 52 | 1F |
| Octal | 221 | 16 | 141 | 0 | 132 | 41 | 53 | 502 | 122 | 37 |
| Binary | 10010001 | 1110 | 1100001 | 0 | 1011010 | 100001 | 101011 | 101000010 | 1010010 | 11111 |
Color Harmonies of #910E61
Complementary color
Monochromatic Colors of #910E61
Black with #910E61
Text Example
Text Example
White with #910E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E61; }
p { color: rgb(145,14,97); }
H1.HeaderClassName
{
color: #910E61;
}
.AnyTagClassName
{
color: #910E61;
}
</style>
background-color css
<style>
a { background-color: #910E61; }
a { background-color: rgb(145,14,97); }
div.DivClassName
{
background-color: #910E61;
}
.BgClassName
{
background-color: #910E61;
}
</style>
border-color css
<style>
span { border-color: #910E61; }
span { border-color: rgb(145,14,97); }
td.TdClassName
{
border-color: #910E61;
}
.TagClassName
{
border-color: #910E61;
}
</style>