Shades of Eggplant #910962
Tints of Eggplant #910962
RGB
CMYK
RGB Variations
Color information
#910962 (or 0x910962) is known color: Eggplant. HEX triplet: 91, 09 and 62. RGB value is (145,9,98). Sum of RGB (Red+Green+Blue) = 145+9+98=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #910962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910962 is #6EF69D. Grayscale: #3B3B3B. Windows color (decimal): -7272094 or 6424977. OLE color: 6424977.
HSL color Cylindrical-coordinate representation of color #910962: hue angle of 320.74º degrees, saturation: 0.88, 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 #910962 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 98 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.43 |
| HSL | 320.74º | 0.88% | 0.3% | - |
| HSV(B) | 320.74º | 0.94% | 0.57% | - |
| XYZ | 13.98 | 7.1 | 12.19 | - |
| YUV | 59.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 98 | 0 | 0.94 | 0.32 | 0.43 | 320.74 | 0.88 | 0.3 |
| Hex | 91 | 9 | 62 | 0 | 5E | 20 | 2B | 141 | 58 | 1E |
| Octal | 221 | 11 | 142 | 0 | 136 | 40 | 53 | 501 | 130 | 36 |
| Binary | 10010001 | 1001 | 1100010 | 0 | 1011110 | 100000 | 101011 | 101000001 | 1011000 | 11110 |
Color Harmonies of #910962
Complementary color
Monochromatic Colors of #910962
Black with #910962
Text Example
Text Example
White with #910962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910962; }
p { color: rgb(145,9,98); }
H1.HeaderClassName
{
color: #910962;
}
.AnyTagClassName
{
color: #910962;
}
</style>
background-color css
<style>
a { background-color: #910962; }
a { background-color: rgb(145,9,98); }
div.DivClassName
{
background-color: #910962;
}
.BgClassName
{
background-color: #910962;
}
</style>
border-color css
<style>
span { border-color: #910962; }
span { border-color: rgb(145,9,98); }
td.TdClassName
{
border-color: #910962;
}
.TagClassName
{
border-color: #910962;
}
</style>