Shades of Eggplant #91136B
Tints of Eggplant #91136B
RGB
CMYK
RGB Variations
Color information
#91136B (or 0x91136B) is known color: Eggplant. HEX triplet: 91, 13 and 6B. RGB value is (145,19,107). Sum of RGB (Red+Green+Blue) = 145+19+107=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #91136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91136B is #6EEC94. Grayscale: #424242. Windows color (decimal): -7269525 or 7017361. OLE color: 7017361.
HSL color Cylindrical-coordinate representation of color #91136B: hue angle of 318.1º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91136B is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 107 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.43 |
| HSL | 318.1º | 0.77% | 0.32% | - |
| HSV(B) | 318.1º | 0.87% | 0.57% | - |
| XYZ | 14.56 | 7.55 | 14.6 | - |
| YUV | 66.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 107 | 0 | 0.87 | 0.26 | 0.43 | 318.1 | 0.77 | 0.32 |
| Hex | 91 | 13 | 6B | 0 | 57 | 1A | 2B | 13E | 4D | 20 |
| Octal | 221 | 23 | 153 | 0 | 127 | 32 | 53 | 476 | 115 | 40 |
| Binary | 10010001 | 10011 | 1101011 | 0 | 1010111 | 11010 | 101011 | 100111110 | 1001101 | 100000 |
Color Harmonies of #91136B
Complementary color
Monochromatic Colors of #91136B
Black with #91136B
Text Example
Text Example
White with #91136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91136B; }
p { color: rgb(145,19,107); }
H1.HeaderClassName
{
color: #91136B;
}
.AnyTagClassName
{
color: #91136B;
}
</style>
background-color css
<style>
a { background-color: #91136B; }
a { background-color: rgb(145,19,107); }
div.DivClassName
{
background-color: #91136B;
}
.BgClassName
{
background-color: #91136B;
}
</style>
border-color css
<style>
span { border-color: #91136B; }
span { border-color: rgb(145,19,107); }
td.TdClassName
{
border-color: #91136B;
}
.TagClassName
{
border-color: #91136B;
}
</style>