Shades of Eggplant #910170
Tints of Eggplant #910170
RGB
CMYK
RGB Variations
Color information
#910170 (or 0x910170) is known color: Eggplant. HEX triplet: 91, 01 and 70. RGB value is (145,1,112). Sum of RGB (Red+Green+Blue) = 145+1+112=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #910170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910170 is #6EFE8F. Grayscale: #383838. Windows color (decimal): -7274128 or 7340433. OLE color: 7340433.
HSL color Cylindrical-coordinate representation of color #910170: hue angle of 313.75º 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 #910170 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.43 |
| HSL | 313.75º | 0.99% | 0.29% | - |
| HSV(B) | 313.75º | 0.99% | 0.57% | - |
| XYZ | 14.61 | 7.21 | 15.95 | - |
| YUV | 56.71 | 159.21 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 112 | 0 | 0.99 | 0.23 | 0.43 | 313.75 | 0.99 | 0.29 |
| Hex | 91 | 1 | 70 | 0 | 63 | 17 | 2B | 13A | 63 | 1D |
| Octal | 221 | 1 | 160 | 0 | 143 | 27 | 53 | 472 | 143 | 35 |
| Binary | 10010001 | 1 | 1110000 | 0 | 1100011 | 10111 | 101011 | 100111010 | 1100011 | 11101 |
Color Harmonies of #910170
Complementary color
Monochromatic Colors of #910170
Black with #910170
Text Example
Text Example
White with #910170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910170; }
p { color: rgb(145,1,112); }
H1.HeaderClassName
{
color: #910170;
}
.AnyTagClassName
{
color: #910170;
}
</style>
background-color css
<style>
a { background-color: #910170; }
a { background-color: rgb(145,1,112); }
div.DivClassName
{
background-color: #910170;
}
.BgClassName
{
background-color: #910170;
}
</style>
border-color css
<style>
span { border-color: #910170; }
span { border-color: rgb(145,1,112); }
td.TdClassName
{
border-color: #910170;
}
.TagClassName
{
border-color: #910170;
}
</style>