Shades of Eggplant #910F66
Tints of Eggplant #910F66
RGB
CMYK
RGB Variations
Color information
#910F66 (or 0x910F66) is known color: Eggplant. HEX triplet: 91, 0F and 66. RGB value is (145,15,102). Sum of RGB (Red+Green+Blue) = 145+15+102=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #910F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F66 is #6EF099. Grayscale: #3F3F3F. Windows color (decimal): -7270554 or 6688657. OLE color: 6688657.
HSL color Cylindrical-coordinate representation of color #910F66: hue angle of 319.85º 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 #910F66 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 102 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.43 |
| HSL | 319.85º | 0.81% | 0.31% | - |
| HSV(B) | 319.85º | 0.9% | 0.57% | - |
| XYZ | 14.25 | 7.32 | 13.23 | - |
| YUV | 63.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 102 | 0 | 0.90 | 0.30 | 0.43 | 319.85 | 0.81 | 0.31 |
| Hex | 91 | F | 66 | 0 | 5A | 1E | 2B | 140 | 51 | 1F |
| Octal | 221 | 17 | 146 | 0 | 132 | 36 | 53 | 500 | 121 | 37 |
| Binary | 10010001 | 1111 | 1100110 | 0 | 1011010 | 11110 | 101011 | 101000000 | 1010001 | 11111 |
Color Harmonies of #910F66
Complementary color
Monochromatic Colors of #910F66
Black with #910F66
Text Example
Text Example
White with #910F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F66; }
p { color: rgb(145,15,102); }
H1.HeaderClassName
{
color: #910F66;
}
.AnyTagClassName
{
color: #910F66;
}
</style>
background-color css
<style>
a { background-color: #910F66; }
a { background-color: rgb(145,15,102); }
div.DivClassName
{
background-color: #910F66;
}
.BgClassName
{
background-color: #910F66;
}
</style>
border-color css
<style>
span { border-color: #910F66; }
span { border-color: rgb(145,15,102); }
td.TdClassName
{
border-color: #910F66;
}
.TagClassName
{
border-color: #910F66;
}
</style>