Shades of Eggplant #910062
Tints of Eggplant #910062
RGB
CMYK
RGB Variations
Color information
#910062 (or 0x910062) is known color: Eggplant. HEX triplet: 91, 00 and 62. RGB value is (145,0,98). Sum of RGB (Red+Green+Blue) = 145+0+98=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #910062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910062 is #6EFF9D. Grayscale: #363636. Windows color (decimal): -7274398 or 6422673. OLE color: 6422673.
HSL color Cylindrical-coordinate representation of color #910062: hue angle of 319.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910062 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.32 | 0.43 |
| HSL | 319.45º | 1% | 0.28% | - |
| HSV(B) | 319.45º | 1% | 0.57% | - |
| XYZ | 13.88 | 6.9 | 12.16 | - |
| YUV | 54.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 98 | 0 | 1 | 0.32 | 0.43 | 319.45 | 1 | 0.28 |
| Hex | 91 | 0 | 62 | 0 | 64 | 20 | 2B | 13F | 64 | 1C |
| Octal | 221 | 0 | 142 | 0 | 144 | 40 | 53 | 477 | 144 | 34 |
| Binary | 10010001 | 0 | 1100010 | 0 | 1100100 | 100000 | 101011 | 100111111 | 1100100 | 11100 |
Color Harmonies of #910062
Complementary color
Monochromatic Colors of #910062
Black with #910062
Text Example
Text Example
White with #910062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910062; }
p { color: rgb(145,0,98); }
H1.HeaderClassName
{
color: #910062;
}
.AnyTagClassName
{
color: #910062;
}
</style>
background-color css
<style>
a { background-color: #910062; }
a { background-color: rgb(145,0,98); }
div.DivClassName
{
background-color: #910062;
}
.BgClassName
{
background-color: #910062;
}
</style>
border-color css
<style>
span { border-color: #910062; }
span { border-color: rgb(145,0,98); }
td.TdClassName
{
border-color: #910062;
}
.TagClassName
{
border-color: #910062;
}
</style>