Shades of Eggplant #910156
Tints of Eggplant #910156
RGB
CMYK
RGB Variations
Color information
#910156 (or 0x910156) is known color: Eggplant. HEX triplet: 91, 01 and 56. RGB value is (145,1,86). Sum of RGB (Red+Green+Blue) = 145+1+86=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #910156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910156 is #6EFEA9. Grayscale: #353535. Windows color (decimal): -7274154 or 5636497. OLE color: 5636497.
HSL color Cylindrical-coordinate representation of color #910156: hue angle of 324.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910156 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.43 |
| HSL | 324.58º | 0.99% | 0.29% | - |
| HSV(B) | 324.58º | 0.99% | 0.57% | - |
| XYZ | 13.37 | 6.71 | 9.4 | - |
| YUV | 53.75 | 146.21 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 86 | 0 | 0.99 | 0.41 | 0.43 | 324.58 | 0.99 | 0.29 |
| Hex | 91 | 1 | 56 | 0 | 63 | 29 | 2B | 145 | 63 | 1D |
| Octal | 221 | 1 | 126 | 0 | 143 | 51 | 53 | 505 | 143 | 35 |
| Binary | 10010001 | 1 | 1010110 | 0 | 1100011 | 101001 | 101011 | 101000101 | 1100011 | 11101 |
Color Harmonies of #910156
Complementary color
Monochromatic Colors of #910156
Black with #910156
Text Example
Text Example
White with #910156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910156; }
p { color: rgb(145,1,86); }
H1.HeaderClassName
{
color: #910156;
}
.AnyTagClassName
{
color: #910156;
}
</style>
background-color css
<style>
a { background-color: #910156; }
a { background-color: rgb(145,1,86); }
div.DivClassName
{
background-color: #910156;
}
.BgClassName
{
background-color: #910156;
}
</style>
border-color css
<style>
span { border-color: #910156; }
span { border-color: rgb(145,1,86); }
td.TdClassName
{
border-color: #910156;
}
.TagClassName
{
border-color: #910156;
}
</style>