Shades of Eggplant #91005A
Tints of Eggplant #91005A
RGB
CMYK
RGB Variations
Color information
#91005A (or 0x91005A) is known color: Eggplant. HEX triplet: 91, 00 and 5A. RGB value is (145,0,90). Sum of RGB (Red+Green+Blue) = 145+0+90=235 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.70% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 145 - color contains mainly: red. Hex color #91005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91005A is #6EFFA5. Grayscale: #353535. Windows color (decimal): -7274406 or 5898385. OLE color: 5898385.
HSL color Cylindrical-coordinate representation of color #91005A: hue angle of 322.76º 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 #91005A is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.38 | 0.43 |
| HSL | 322.76º | 1% | 0.28% | - |
| HSV(B) | 322.76º | 1% | 0.57% | - |
| XYZ | 13.52 | 6.76 | 10.26 | - |
| YUV | 53.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 90 | 0 | 1 | 0.38 | 0.43 | 322.76 | 1 | 0.28 |
| Hex | 91 | 0 | 5A | 0 | 64 | 26 | 2B | 143 | 64 | 1C |
| Octal | 221 | 0 | 132 | 0 | 144 | 46 | 53 | 503 | 144 | 34 |
| Binary | 10010001 | 0 | 1011010 | 0 | 1100100 | 100110 | 101011 | 101000011 | 1100100 | 11100 |
Color Harmonies of #91005A
Complementary color
Monochromatic Colors of #91005A
Black with #91005A
Text Example
Text Example
White with #91005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91005A; }
p { color: rgb(145,0,90); }
H1.HeaderClassName
{
color: #91005A;
}
.AnyTagClassName
{
color: #91005A;
}
</style>
background-color css
<style>
a { background-color: #91005A; }
a { background-color: rgb(145,0,90); }
div.DivClassName
{
background-color: #91005A;
}
.BgClassName
{
background-color: #91005A;
}
</style>
border-color css
<style>
span { border-color: #91005A; }
span { border-color: rgb(145,0,90); }
td.TdClassName
{
border-color: #91005A;
}
.TagClassName
{
border-color: #91005A;
}
</style>