Shades of Eggplant #91005B
Tints of Eggplant #91005B
RGB
CMYK
RGB Variations
Color information
#91005B (or 0x91005B) is known color: Eggplant. HEX triplet: 91, 00 and 5B. RGB value is (145,0,91). Sum of RGB (Red+Green+Blue) = 145+0+91=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #91005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91005B is #6EFFA4. Grayscale: #353535. Windows color (decimal): -7274405 or 5963921. OLE color: 5963921.
HSL color Cylindrical-coordinate representation of color #91005B: hue angle of 322.34º 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 #91005B is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.37 | 0.43 |
| HSL | 322.34º | 1% | 0.28% | - |
| HSV(B) | 322.34º | 1% | 0.57% | - |
| XYZ | 13.57 | 6.78 | 10.49 | - |
| YUV | 53.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 91 | 0 | 1 | 0.37 | 0.43 | 322.34 | 1 | 0.28 |
| Hex | 91 | 0 | 5B | 0 | 64 | 25 | 2B | 142 | 64 | 1C |
| Octal | 221 | 0 | 133 | 0 | 144 | 45 | 53 | 502 | 144 | 34 |
| Binary | 10010001 | 0 | 1011011 | 0 | 1100100 | 100101 | 101011 | 101000010 | 1100100 | 11100 |
Color Harmonies of #91005B
Complementary color
Monochromatic Colors of #91005B
Black with #91005B
Text Example
Text Example
White with #91005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91005B; }
p { color: rgb(145,0,91); }
H1.HeaderClassName
{
color: #91005B;
}
.AnyTagClassName
{
color: #91005B;
}
</style>
background-color css
<style>
a { background-color: #91005B; }
a { background-color: rgb(145,0,91); }
div.DivClassName
{
background-color: #91005B;
}
.BgClassName
{
background-color: #91005B;
}
</style>
border-color css
<style>
span { border-color: #91005B; }
span { border-color: rgb(145,0,91); }
td.TdClassName
{
border-color: #91005B;
}
.TagClassName
{
border-color: #91005B;
}
</style>