Shades of Eggplant #910152
Tints of Eggplant #910152
RGB
CMYK
RGB Variations
Color information
#910152 (or 0x910152) is known color: Eggplant. HEX triplet: 91, 01 and 52. RGB value is (145,1,82). Sum of RGB (Red+Green+Blue) = 145+1+82=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #910152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910152 is #6EFEAD. Grayscale: #353535. Windows color (decimal): -7274158 or 5374353. OLE color: 5374353.
HSL color Cylindrical-coordinate representation of color #910152: hue angle of 326.25º 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 #910152 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.43 |
| HSL | 326.25º | 0.99% | 0.29% | - |
| HSV(B) | 326.25º | 0.99% | 0.57% | - |
| XYZ | 13.21 | 6.65 | 8.57 | - |
| YUV | 53.29 | 144.21 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 82 | 0 | 0.99 | 0.43 | 0.43 | 326.25 | 0.99 | 0.29 |
| Hex | 91 | 1 | 52 | 0 | 63 | 2B | 2B | 146 | 63 | 1D |
| Octal | 221 | 1 | 122 | 0 | 143 | 53 | 53 | 506 | 143 | 35 |
| Binary | 10010001 | 1 | 1010010 | 0 | 1100011 | 101011 | 101011 | 101000110 | 1100011 | 11101 |
Color Harmonies of #910152
Complementary color
Monochromatic Colors of #910152
Black with #910152
Text Example
Text Example
White with #910152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910152; }
p { color: rgb(145,1,82); }
H1.HeaderClassName
{
color: #910152;
}
.AnyTagClassName
{
color: #910152;
}
</style>
background-color css
<style>
a { background-color: #910152; }
a { background-color: rgb(145,1,82); }
div.DivClassName
{
background-color: #910152;
}
.BgClassName
{
background-color: #910152;
}
</style>
border-color css
<style>
span { border-color: #910152; }
span { border-color: rgb(145,1,82); }
td.TdClassName
{
border-color: #910152;
}
.TagClassName
{
border-color: #910152;
}
</style>