Shades of Eggplant #91015A
Tints of Eggplant #91015A
RGB
CMYK
RGB Variations
Color information
#91015A (or 0x91015A) is known color: Eggplant. HEX triplet: 91, 01 and 5A. RGB value is (145,1,90). Sum of RGB (Red+Green+Blue) = 145+1+90=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #91015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91015A is #6EFEA5. Grayscale: #353535. Windows color (decimal): -7274150 or 5898641. OLE color: 5898641.
HSL color Cylindrical-coordinate representation of color #91015A: hue angle of 322.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91015A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.43 |
| HSL | 322.92º | 0.99% | 0.29% | - |
| HSV(B) | 322.92º | 0.99% | 0.57% | - |
| XYZ | 13.53 | 6.78 | 10.27 | - |
| YUV | 54.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 90 | 0 | 0.99 | 0.38 | 0.43 | 322.92 | 0.99 | 0.29 |
| Hex | 91 | 1 | 5A | 0 | 63 | 26 | 2B | 143 | 63 | 1D |
| Octal | 221 | 1 | 132 | 0 | 143 | 46 | 53 | 503 | 143 | 35 |
| Binary | 10010001 | 1 | 1011010 | 0 | 1100011 | 100110 | 101011 | 101000011 | 1100011 | 11101 |
Color Harmonies of #91015A
Complementary color
Monochromatic Colors of #91015A
Black with #91015A
Text Example
Text Example
White with #91015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91015A; }
p { color: rgb(145,1,90); }
H1.HeaderClassName
{
color: #91015A;
}
.AnyTagClassName
{
color: #91015A;
}
</style>
background-color css
<style>
a { background-color: #91015A; }
a { background-color: rgb(145,1,90); }
div.DivClassName
{
background-color: #91015A;
}
.BgClassName
{
background-color: #91015A;
}
</style>
border-color css
<style>
span { border-color: #91015A; }
span { border-color: rgb(145,1,90); }
td.TdClassName
{
border-color: #91015A;
}
.TagClassName
{
border-color: #91015A;
}
</style>