Shades of Eggplant #910151
Tints of Eggplant #910151
RGB
CMYK
RGB Variations
Color information
#910151 (or 0x910151) is known color: Eggplant. HEX triplet: 91, 01 and 51. RGB value is (145,1,81). Sum of RGB (Red+Green+Blue) = 145+1+81=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #910151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910151 is #6EFEAE. Grayscale: #353535. Windows color (decimal): -7274159 or 5308817. OLE color: 5308817.
HSL color Cylindrical-coordinate representation of color #910151: hue angle of 326.67º 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 #910151 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.43 |
| HSL | 326.67º | 0.99% | 0.29% | - |
| HSV(B) | 326.67º | 0.99% | 0.57% | - |
| XYZ | 13.17 | 6.64 | 8.37 | - |
| YUV | 53.18 | 143.71 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 81 | 0 | 0.99 | 0.44 | 0.43 | 326.67 | 0.99 | 0.29 |
| Hex | 91 | 1 | 51 | 0 | 63 | 2C | 2B | 147 | 63 | 1D |
| Octal | 221 | 1 | 121 | 0 | 143 | 54 | 53 | 507 | 143 | 35 |
| Binary | 10010001 | 1 | 1010001 | 0 | 1100011 | 101100 | 101011 | 101000111 | 1100011 | 11101 |
Color Harmonies of #910151
Complementary color
Monochromatic Colors of #910151
Black with #910151
Text Example
Text Example
White with #910151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910151; }
p { color: rgb(145,1,81); }
H1.HeaderClassName
{
color: #910151;
}
.AnyTagClassName
{
color: #910151;
}
</style>
background-color css
<style>
a { background-color: #910151; }
a { background-color: rgb(145,1,81); }
div.DivClassName
{
background-color: #910151;
}
.BgClassName
{
background-color: #910151;
}
</style>
border-color css
<style>
span { border-color: #910151; }
span { border-color: rgb(145,1,81); }
td.TdClassName
{
border-color: #910151;
}
.TagClassName
{
border-color: #910151;
}
</style>