Shades of Eggplant #910F70
Tints of Eggplant #910F70
RGB
CMYK
RGB Variations
Color information
#910F70 (or 0x910F70) is known color: Eggplant. HEX triplet: 91, 0F and 70. RGB value is (145,15,112). Sum of RGB (Red+Green+Blue) = 145+15+112=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #910F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F70 is #6EF08F. Grayscale: #404040. Windows color (decimal): -7270544 or 7344017. OLE color: 7344017.
HSL color Cylindrical-coordinate representation of color #910F70: hue angle of 315.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F70 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 112 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.43 |
| HSL | 315.23º | 0.81% | 0.31% | - |
| HSV(B) | 315.23º | 0.9% | 0.57% | - |
| XYZ | 14.77 | 7.53 | 16 | - |
| YUV | 64.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 112 | 0 | 0.90 | 0.23 | 0.43 | 315.23 | 0.81 | 0.31 |
| Hex | 91 | F | 70 | 0 | 5A | 17 | 2B | 13B | 51 | 1F |
| Octal | 221 | 17 | 160 | 0 | 132 | 27 | 53 | 473 | 121 | 37 |
| Binary | 10010001 | 1111 | 1110000 | 0 | 1011010 | 10111 | 101011 | 100111011 | 1010001 | 11111 |
Color Harmonies of #910F70
Complementary color
Monochromatic Colors of #910F70
Black with #910F70
Text Example
Text Example
White with #910F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F70; }
p { color: rgb(145,15,112); }
H1.HeaderClassName
{
color: #910F70;
}
.AnyTagClassName
{
color: #910F70;
}
</style>
background-color css
<style>
a { background-color: #910F70; }
a { background-color: rgb(145,15,112); }
div.DivClassName
{
background-color: #910F70;
}
.BgClassName
{
background-color: #910F70;
}
</style>
border-color css
<style>
span { border-color: #910F70; }
span { border-color: rgb(145,15,112); }
td.TdClassName
{
border-color: #910F70;
}
.TagClassName
{
border-color: #910F70;
}
</style>