Shades of Eggplant #910869
Tints of Eggplant #910869
RGB
CMYK
RGB Variations
Color information
#910869 (or 0x910869) is known color: Eggplant. HEX triplet: 91, 08 and 69. RGB value is (145,8,105). Sum of RGB (Red+Green+Blue) = 145+8+105=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #910869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910869 is #6EF796. Grayscale: #3B3B3B. Windows color (decimal): -7272343 or 6883473. OLE color: 6883473.
HSL color Cylindrical-coordinate representation of color #910869: hue angle of 317.52º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910869 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 105 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.43 |
| HSL | 317.52º | 0.9% | 0.3% | - |
| HSV(B) | 317.52º | 0.94% | 0.57% | - |
| XYZ | 14.31 | 7.21 | 14 | - |
| YUV | 60.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 105 | 0 | 0.94 | 0.28 | 0.43 | 317.52 | 0.9 | 0.3 |
| Hex | 91 | 8 | 69 | 0 | 5E | 1C | 2B | 13E | 5A | 1E |
| Octal | 221 | 10 | 151 | 0 | 136 | 34 | 53 | 476 | 132 | 36 |
| Binary | 10010001 | 1000 | 1101001 | 0 | 1011110 | 11100 | 101011 | 100111110 | 1011010 | 11110 |
Color Harmonies of #910869
Complementary color
Monochromatic Colors of #910869
Black with #910869
Text Example
Text Example
White with #910869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910869; }
p { color: rgb(145,8,105); }
H1.HeaderClassName
{
color: #910869;
}
.AnyTagClassName
{
color: #910869;
}
</style>
background-color css
<style>
a { background-color: #910869; }
a { background-color: rgb(145,8,105); }
div.DivClassName
{
background-color: #910869;
}
.BgClassName
{
background-color: #910869;
}
</style>
border-color css
<style>
span { border-color: #910869; }
span { border-color: rgb(145,8,105); }
td.TdClassName
{
border-color: #910869;
}
.TagClassName
{
border-color: #910869;
}
</style>