Shades of Eggplant #910355
Tints of Eggplant #910355
RGB
CMYK
RGB Variations
Color information
#910355 (or 0x910355) is known color: Eggplant. HEX triplet: 91, 03 and 55. RGB value is (145,3,85). Sum of RGB (Red+Green+Blue) = 145+3+85=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #910355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910355 is #6EFCAA. Grayscale: #363636. Windows color (decimal): -7273643 or 5571473. OLE color: 5571473.
HSL color Cylindrical-coordinate representation of color #910355: hue angle of 325.35º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910355 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 85 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.43 |
| HSL | 325.35º | 0.96% | 0.29% | - |
| HSV(B) | 325.35º | 0.98% | 0.57% | - |
| XYZ | 13.35 | 6.74 | 9.19 | - |
| YUV | 54.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 85 | 0 | 0.98 | 0.41 | 0.43 | 325.35 | 0.96 | 0.29 |
| Hex | 91 | 3 | 55 | 0 | 62 | 29 | 2B | 145 | 60 | 1D |
| Octal | 221 | 3 | 125 | 0 | 142 | 51 | 53 | 505 | 140 | 35 |
| Binary | 10010001 | 11 | 1010101 | 0 | 1100010 | 101001 | 101011 | 101000101 | 1100000 | 11101 |
Color Harmonies of #910355
Complementary color
Monochromatic Colors of #910355
Black with #910355
Text Example
Text Example
White with #910355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910355; }
p { color: rgb(145,3,85); }
H1.HeaderClassName
{
color: #910355;
}
.AnyTagClassName
{
color: #910355;
}
</style>
background-color css
<style>
a { background-color: #910355; }
a { background-color: rgb(145,3,85); }
div.DivClassName
{
background-color: #910355;
}
.BgClassName
{
background-color: #910355;
}
</style>
border-color css
<style>
span { border-color: #910355; }
span { border-color: rgb(145,3,85); }
td.TdClassName
{
border-color: #910355;
}
.TagClassName
{
border-color: #910355;
}
</style>