Shades of Eggplant #910666
Tints of Eggplant #910666
RGB
CMYK
RGB Variations
Color information
#910666 (or 0x910666) is known color: Eggplant. HEX triplet: 91, 06 and 66. RGB value is (145,6,102). Sum of RGB (Red+Green+Blue) = 145+6+102=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #910666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910666 is #6EF999. Grayscale: #3A3A3A. Windows color (decimal): -7272858 or 6686353. OLE color: 6686353.
HSL color Cylindrical-coordinate representation of color #910666: hue angle of 318.56º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910666 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.43 |
| HSL | 318.56º | 0.92% | 0.3% | - |
| HSV(B) | 318.56º | 0.96% | 0.57% | - |
| XYZ | 14.14 | 7.11 | 13.2 | - |
| YUV | 58.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 102 | 0 | 0.96 | 0.30 | 0.43 | 318.56 | 0.92 | 0.3 |
| Hex | 91 | 6 | 66 | 0 | 60 | 1E | 2B | 13F | 5C | 1E |
| Octal | 221 | 6 | 146 | 0 | 140 | 36 | 53 | 477 | 134 | 36 |
| Binary | 10010001 | 110 | 1100110 | 0 | 1100000 | 11110 | 101011 | 100111111 | 1011100 | 11110 |
Color Harmonies of #910666
Complementary color
Monochromatic Colors of #910666
Black with #910666
Text Example
Text Example
White with #910666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910666; }
p { color: rgb(145,6,102); }
H1.HeaderClassName
{
color: #910666;
}
.AnyTagClassName
{
color: #910666;
}
</style>
background-color css
<style>
a { background-color: #910666; }
a { background-color: rgb(145,6,102); }
div.DivClassName
{
background-color: #910666;
}
.BgClassName
{
background-color: #910666;
}
</style>
border-color css
<style>
span { border-color: #910666; }
span { border-color: rgb(145,6,102); }
td.TdClassName
{
border-color: #910666;
}
.TagClassName
{
border-color: #910666;
}
</style>