Shades of Eggplant #910176
Tints of Eggplant #910176
RGB
CMYK
RGB Variations
Color information
#910176 (or 0x910176) is known color: Eggplant. HEX triplet: 91, 01 and 76. RGB value is (145,1,118). Sum of RGB (Red+Green+Blue) = 145+1+118=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #910176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910176 is #6EFE89. Grayscale: #393939. Windows color (decimal): -7274122 or 7733649. OLE color: 7733649.
HSL color Cylindrical-coordinate representation of color #910176: hue angle of 311.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 #910176 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.43 |
| HSL | 311.25º | 0.99% | 0.29% | - |
| HSV(B) | 311.25º | 0.99% | 0.57% | - |
| XYZ | 14.96 | 7.35 | 17.77 | - |
| YUV | 57.39 | 162.21 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 118 | 0 | 0.99 | 0.19 | 0.43 | 311.25 | 0.99 | 0.29 |
| Hex | 91 | 1 | 76 | 0 | 63 | 13 | 2B | 137 | 63 | 1D |
| Octal | 221 | 1 | 166 | 0 | 143 | 23 | 53 | 467 | 143 | 35 |
| Binary | 10010001 | 1 | 1110110 | 0 | 1100011 | 10011 | 101011 | 100110111 | 1100011 | 11101 |
Color Harmonies of #910176
Complementary color
Monochromatic Colors of #910176
Black with #910176
Text Example
Text Example
White with #910176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910176; }
p { color: rgb(145,1,118); }
H1.HeaderClassName
{
color: #910176;
}
.AnyTagClassName
{
color: #910176;
}
</style>
background-color css
<style>
a { background-color: #910176; }
a { background-color: rgb(145,1,118); }
div.DivClassName
{
background-color: #910176;
}
.BgClassName
{
background-color: #910176;
}
</style>
border-color css
<style>
span { border-color: #910176; }
span { border-color: rgb(145,1,118); }
td.TdClassName
{
border-color: #910176;
}
.TagClassName
{
border-color: #910176;
}
</style>