Shades of Eggplant #910963
Tints of Eggplant #910963
RGB
CMYK
RGB Variations
Color information
#910963 (or 0x910963) is known color: Eggplant. HEX triplet: 91, 09 and 63. RGB value is (145,9,99). Sum of RGB (Red+Green+Blue) = 145+9+99=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #910963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910963 is #6EF69C. Grayscale: #3B3B3B. Windows color (decimal): -7272093 or 6490513. OLE color: 6490513.
HSL color Cylindrical-coordinate representation of color #910963: hue angle of 320.29º 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 #910963 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 99 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.43 |
| HSL | 320.29º | 0.88% | 0.3% | - |
| HSV(B) | 320.29º | 0.94% | 0.57% | - |
| XYZ | 14.03 | 7.12 | 12.44 | - |
| YUV | 59.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 99 | 0 | 0.94 | 0.32 | 0.43 | 320.29 | 0.88 | 0.3 |
| Hex | 91 | 9 | 63 | 0 | 5E | 20 | 2B | 140 | 58 | 1E |
| Octal | 221 | 11 | 143 | 0 | 136 | 40 | 53 | 500 | 130 | 36 |
| Binary | 10010001 | 1001 | 1100011 | 0 | 1011110 | 100000 | 101011 | 101000000 | 1011000 | 11110 |
Color Harmonies of #910963
Complementary color
Monochromatic Colors of #910963
Black with #910963
Text Example
Text Example
White with #910963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910963; }
p { color: rgb(145,9,99); }
H1.HeaderClassName
{
color: #910963;
}
.AnyTagClassName
{
color: #910963;
}
</style>
background-color css
<style>
a { background-color: #910963; }
a { background-color: rgb(145,9,99); }
div.DivClassName
{
background-color: #910963;
}
.BgClassName
{
background-color: #910963;
}
</style>
border-color css
<style>
span { border-color: #910963; }
span { border-color: rgb(145,9,99); }
td.TdClassName
{
border-color: #910963;
}
.TagClassName
{
border-color: #910963;
}
</style>