Shades of Eggplant #91106B
Tints of Eggplant #91106B
RGB
CMYK
RGB Variations
Color information
#91106B (or 0x91106B) is known color: Eggplant. HEX triplet: 91, 10 and 6B. RGB value is (145,16,107). Sum of RGB (Red+Green+Blue) = 145+16+107=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #91106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91106B is #6EEF94. Grayscale: #404040. Windows color (decimal): -7270293 or 7016593. OLE color: 7016593.
HSL color Cylindrical-coordinate representation of color #91106B: hue angle of 317.67º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91106B is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 107 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.43 |
| HSL | 317.67º | 0.8% | 0.32% | - |
| HSV(B) | 317.67º | 0.89% | 0.57% | - |
| XYZ | 14.52 | 7.45 | 14.58 | - |
| YUV | 64.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 107 | 0 | 0.89 | 0.26 | 0.43 | 317.67 | 0.8 | 0.32 |
| Hex | 91 | 10 | 6B | 0 | 59 | 1A | 2B | 13E | 50 | 20 |
| Octal | 221 | 20 | 153 | 0 | 131 | 32 | 53 | 476 | 120 | 40 |
| Binary | 10010001 | 10000 | 1101011 | 0 | 1011001 | 11010 | 101011 | 100111110 | 1010000 | 100000 |
Color Harmonies of #91106B
Complementary color
Monochromatic Colors of #91106B
Black with #91106B
Text Example
Text Example
White with #91106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91106B; }
p { color: rgb(145,16,107); }
H1.HeaderClassName
{
color: #91106B;
}
.AnyTagClassName
{
color: #91106B;
}
</style>
background-color css
<style>
a { background-color: #91106B; }
a { background-color: rgb(145,16,107); }
div.DivClassName
{
background-color: #91106B;
}
.BgClassName
{
background-color: #91106B;
}
</style>
border-color css
<style>
span { border-color: #91106B; }
span { border-color: rgb(145,16,107); }
td.TdClassName
{
border-color: #91106B;
}
.TagClassName
{
border-color: #91106B;
}
</style>