Shades of Eggplant #91095A
Tints of Eggplant #91095A
RGB
CMYK
RGB Variations
Color information
#91095A (or 0x91095A) is known color: Eggplant. HEX triplet: 91, 09 and 5A. RGB value is (145,9,90). Sum of RGB (Red+Green+Blue) = 145+9+90=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #91095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91095A is #6EF6A5. Grayscale: #3A3A3A. Windows color (decimal): -7272102 or 5900689. OLE color: 5900689.
HSL color Cylindrical-coordinate representation of color #91095A: hue angle of 324.26º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91095A is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 90 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.43 |
| HSL | 324.26º | 0.88% | 0.3% | - |
| HSV(B) | 324.26º | 0.94% | 0.57% | - |
| XYZ | 13.62 | 6.95 | 10.3 | - |
| YUV | 58.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 90 | 0 | 0.94 | 0.38 | 0.43 | 324.26 | 0.88 | 0.3 |
| Hex | 91 | 9 | 5A | 0 | 5E | 26 | 2B | 144 | 58 | 1E |
| Octal | 221 | 11 | 132 | 0 | 136 | 46 | 53 | 504 | 130 | 36 |
| Binary | 10010001 | 1001 | 1011010 | 0 | 1011110 | 100110 | 101011 | 101000100 | 1011000 | 11110 |
Color Harmonies of #91095A
Complementary color
Monochromatic Colors of #91095A
Black with #91095A
Text Example
Text Example
White with #91095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91095A; }
p { color: rgb(145,9,90); }
H1.HeaderClassName
{
color: #91095A;
}
.AnyTagClassName
{
color: #91095A;
}
</style>
background-color css
<style>
a { background-color: #91095A; }
a { background-color: rgb(145,9,90); }
div.DivClassName
{
background-color: #91095A;
}
.BgClassName
{
background-color: #91095A;
}
</style>
border-color css
<style>
span { border-color: #91095A; }
span { border-color: rgb(145,9,90); }
td.TdClassName
{
border-color: #91095A;
}
.TagClassName
{
border-color: #91095A;
}
</style>