Shades of Eggplant #911868
Tints of Eggplant #911868
RGB
CMYK
RGB Variations
Color information
#911868 (or 0x911868) is known color: Eggplant. HEX triplet: 91, 18 and 68. RGB value is (145,24,104). Sum of RGB (Red+Green+Blue) = 145+24+104=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #911868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911868 is #6EE797. Grayscale: #454545. Windows color (decimal): -7268248 or 6822033. OLE color: 6822033.
HSL color Cylindrical-coordinate representation of color #911868: hue angle of 320.33º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911868 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 104 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.43 |
| HSL | 320.33º | 0.72% | 0.33% | - |
| HSV(B) | 320.33º | 0.83% | 0.57% | - |
| XYZ | 14.5 | 7.67 | 13.81 | - |
| YUV | 69.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 104 | 0 | 0.83 | 0.28 | 0.43 | 320.33 | 0.72 | 0.33 |
| Hex | 91 | 18 | 68 | 0 | 53 | 1C | 2B | 140 | 48 | 21 |
| Octal | 221 | 30 | 150 | 0 | 123 | 34 | 53 | 500 | 110 | 41 |
| Binary | 10010001 | 11000 | 1101000 | 0 | 1010011 | 11100 | 101011 | 101000000 | 1001000 | 100001 |
Color Harmonies of #911868
Complementary color
Monochromatic Colors of #911868
Black with #911868
Text Example
Text Example
White with #911868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911868; }
p { color: rgb(145,24,104); }
H1.HeaderClassName
{
color: #911868;
}
.AnyTagClassName
{
color: #911868;
}
</style>
background-color css
<style>
a { background-color: #911868; }
a { background-color: rgb(145,24,104); }
div.DivClassName
{
background-color: #911868;
}
.BgClassName
{
background-color: #911868;
}
</style>
border-color css
<style>
span { border-color: #911868; }
span { border-color: rgb(145,24,104); }
td.TdClassName
{
border-color: #911868;
}
.TagClassName
{
border-color: #911868;
}
</style>