Shades of Eggplant #910672
Tints of Eggplant #910672
RGB
CMYK
RGB Variations
Color information
#910672 (or 0x910672) is known color: Eggplant. HEX triplet: 91, 06 and 72. RGB value is (145,6,114). Sum of RGB (Red+Green+Blue) = 145+6+114=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #910672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910672 is #6EF98D. Grayscale: #3B3B3B. Windows color (decimal): -7272846 or 7472785. OLE color: 7472785.
HSL color Cylindrical-coordinate representation of color #910672: hue angle of 313.38º 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 #910672 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.43 |
| HSL | 313.38º | 0.92% | 0.3% | - |
| HSV(B) | 313.38º | 0.96% | 0.57% | - |
| XYZ | 14.78 | 7.36 | 16.56 | - |
| YUV | 59.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 114 | 0 | 0.96 | 0.21 | 0.43 | 313.38 | 0.92 | 0.3 |
| Hex | 91 | 6 | 72 | 0 | 60 | 15 | 2B | 139 | 5C | 1E |
| Octal | 221 | 6 | 162 | 0 | 140 | 25 | 53 | 471 | 134 | 36 |
| Binary | 10010001 | 110 | 1110010 | 0 | 1100000 | 10101 | 101011 | 100111001 | 1011100 | 11110 |
Color Harmonies of #910672
Complementary color
Monochromatic Colors of #910672
Black with #910672
Text Example
Text Example
White with #910672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910672; }
p { color: rgb(145,6,114); }
H1.HeaderClassName
{
color: #910672;
}
.AnyTagClassName
{
color: #910672;
}
</style>
background-color css
<style>
a { background-color: #910672; }
a { background-color: rgb(145,6,114); }
div.DivClassName
{
background-color: #910672;
}
.BgClassName
{
background-color: #910672;
}
</style>
border-color css
<style>
span { border-color: #910672; }
span { border-color: rgb(145,6,114); }
td.TdClassName
{
border-color: #910672;
}
.TagClassName
{
border-color: #910672;
}
</style>