Shades of Eggplant #91095B
Tints of Eggplant #91095B
RGB
CMYK
RGB Variations
Color information
#91095B (or 0x91095B) is known color: Eggplant. HEX triplet: 91, 09 and 5B. RGB value is (145,9,91). Sum of RGB (Red+Green+Blue) = 145+9+91=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #91095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91095B is #6EF6A4. Grayscale: #3A3A3A. Windows color (decimal): -7272101 or 5966225. OLE color: 5966225.
HSL color Cylindrical-coordinate representation of color #91095B: hue angle of 323.82º 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 #91095B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 91 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.43 |
| HSL | 323.82º | 0.88% | 0.3% | - |
| HSV(B) | 323.82º | 0.94% | 0.57% | - |
| XYZ | 13.66 | 6.97 | 10.52 | - |
| YUV | 59.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 91 | 0 | 0.94 | 0.37 | 0.43 | 323.82 | 0.88 | 0.3 |
| Hex | 91 | 9 | 5B | 0 | 5E | 25 | 2B | 144 | 58 | 1E |
| Octal | 221 | 11 | 133 | 0 | 136 | 45 | 53 | 504 | 130 | 36 |
| Binary | 10010001 | 1001 | 1011011 | 0 | 1011110 | 100101 | 101011 | 101000100 | 1011000 | 11110 |
Color Harmonies of #91095B
Complementary color
Monochromatic Colors of #91095B
Black with #91095B
Text Example
Text Example
White with #91095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91095B; }
p { color: rgb(145,9,91); }
H1.HeaderClassName
{
color: #91095B;
}
.AnyTagClassName
{
color: #91095B;
}
</style>
background-color css
<style>
a { background-color: #91095B; }
a { background-color: rgb(145,9,91); }
div.DivClassName
{
background-color: #91095B;
}
.BgClassName
{
background-color: #91095B;
}
</style>
border-color css
<style>
span { border-color: #91095B; }
span { border-color: rgb(145,9,91); }
td.TdClassName
{
border-color: #91095B;
}
.TagClassName
{
border-color: #91095B;
}
</style>