Shades of Eggplant #91125F
Tints of Eggplant #91125F
RGB
CMYK
RGB Variations
Color information
#91125F (or 0x91125F) is known color: Eggplant. HEX triplet: 91, 12 and 5F. RGB value is (145,18,95). Sum of RGB (Red+Green+Blue) = 145+18+95=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #91125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91125F is #6EEDA0. Grayscale: #404040. Windows color (decimal): -7269793 or 6230673. OLE color: 6230673.
HSL color Cylindrical-coordinate representation of color #91125F: hue angle of 323.62º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91125F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 95 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.43 |
| HSL | 323.62º | 0.78% | 0.32% | - |
| HSV(B) | 323.62º | 0.88% | 0.57% | - |
| XYZ | 13.96 | 7.28 | 11.5 | - |
| YUV | 64.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 95 | 0 | 0.88 | 0.34 | 0.43 | 323.62 | 0.78 | 0.32 |
| Hex | 91 | 12 | 5F | 0 | 58 | 22 | 2B | 144 | 4E | 20 |
| Octal | 221 | 22 | 137 | 0 | 130 | 42 | 53 | 504 | 116 | 40 |
| Binary | 10010001 | 10010 | 1011111 | 0 | 1011000 | 100010 | 101011 | 101000100 | 1001110 | 100000 |
Color Harmonies of #91125F
Complementary color
Monochromatic Colors of #91125F
Black with #91125F
Text Example
Text Example
White with #91125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91125F; }
p { color: rgb(145,18,95); }
H1.HeaderClassName
{
color: #91125F;
}
.AnyTagClassName
{
color: #91125F;
}
</style>
background-color css
<style>
a { background-color: #91125F; }
a { background-color: rgb(145,18,95); }
div.DivClassName
{
background-color: #91125F;
}
.BgClassName
{
background-color: #91125F;
}
</style>
border-color css
<style>
span { border-color: #91125F; }
span { border-color: rgb(145,18,95); }
td.TdClassName
{
border-color: #91125F;
}
.TagClassName
{
border-color: #91125F;
}
</style>