Shades of Eggplant #91055F
Tints of Eggplant #91055F
RGB
CMYK
RGB Variations
Color information
#91055F (or 0x91055F) is known color: Eggplant. HEX triplet: 91, 05 and 5F. RGB value is (145,5,95). Sum of RGB (Red+Green+Blue) = 145+5+95=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #91055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91055F is #6EFAA0. Grayscale: #383838. Windows color (decimal): -7273121 or 6227345. OLE color: 6227345.
HSL color Cylindrical-coordinate representation of color #91055F: hue angle of 321.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91055F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 95 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.43 |
| HSL | 321.43º | 0.93% | 0.29% | - |
| HSV(B) | 321.43º | 0.97% | 0.57% | - |
| XYZ | 13.8 | 6.95 | 11.44 | - |
| YUV | 57.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 95 | 0 | 0.97 | 0.34 | 0.43 | 321.43 | 0.93 | 0.29 |
| Hex | 91 | 5 | 5F | 0 | 61 | 22 | 2B | 141 | 5D | 1D |
| Octal | 221 | 5 | 137 | 0 | 141 | 42 | 53 | 501 | 135 | 35 |
| Binary | 10010001 | 101 | 1011111 | 0 | 1100001 | 100010 | 101011 | 101000001 | 1011101 | 11101 |
Color Harmonies of #91055F
Complementary color
Monochromatic Colors of #91055F
Black with #91055F
Text Example
Text Example
White with #91055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91055F; }
p { color: rgb(145,5,95); }
H1.HeaderClassName
{
color: #91055F;
}
.AnyTagClassName
{
color: #91055F;
}
</style>
background-color css
<style>
a { background-color: #91055F; }
a { background-color: rgb(145,5,95); }
div.DivClassName
{
background-color: #91055F;
}
.BgClassName
{
background-color: #91055F;
}
</style>
border-color css
<style>
span { border-color: #91055F; }
span { border-color: rgb(145,5,95); }
td.TdClassName
{
border-color: #91055F;
}
.TagClassName
{
border-color: #91055F;
}
</style>