Shades of Eggplant #910175
Tints of Eggplant #910175
RGB
CMYK
RGB Variations
Color information
#910175 (or 0x910175) is known color: Eggplant. HEX triplet: 91, 01 and 75. RGB value is (145,1,117). Sum of RGB (Red+Green+Blue) = 145+1+117=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #910175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910175 is #6EFE8A. Grayscale: #383838. Windows color (decimal): -7274123 or 7668113. OLE color: 7668113.
HSL color Cylindrical-coordinate representation of color #910175: hue angle of 311.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 #910175 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.43 |
| HSL | 311.67º | 0.99% | 0.29% | - |
| HSV(B) | 311.67º | 0.99% | 0.57% | - |
| XYZ | 14.9 | 7.33 | 17.46 | - |
| YUV | 57.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 117 | 0 | 0.99 | 0.19 | 0.43 | 311.67 | 0.99 | 0.29 |
| Hex | 91 | 1 | 75 | 0 | 63 | 13 | 2B | 138 | 63 | 1D |
| Octal | 221 | 1 | 165 | 0 | 143 | 23 | 53 | 470 | 143 | 35 |
| Binary | 10010001 | 1 | 1110101 | 0 | 1100011 | 10011 | 101011 | 100111000 | 1100011 | 11101 |
Color Harmonies of #910175
Complementary color
Monochromatic Colors of #910175
Black with #910175
Text Example
Text Example
White with #910175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910175; }
p { color: rgb(145,1,117); }
H1.HeaderClassName
{
color: #910175;
}
.AnyTagClassName
{
color: #910175;
}
</style>
background-color css
<style>
a { background-color: #910175; }
a { background-color: rgb(145,1,117); }
div.DivClassName
{
background-color: #910175;
}
.BgClassName
{
background-color: #910175;
}
</style>
border-color css
<style>
span { border-color: #910175; }
span { border-color: rgb(145,1,117); }
td.TdClassName
{
border-color: #910175;
}
.TagClassName
{
border-color: #910175;
}
</style>