Shades of Eggplant #910372
Tints of Eggplant #910372
RGB
CMYK
RGB Variations
Color information
#910372 (or 0x910372) is known color: Eggplant. HEX triplet: 91, 03 and 72. RGB value is (145,3,114). Sum of RGB (Red+Green+Blue) = 145+3+114=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #910372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910372 is #6EFC8D. Grayscale: #393939. Windows color (decimal): -7273614 or 7472017. OLE color: 7472017.
HSL color Cylindrical-coordinate representation of color #910372: hue angle of 313.1º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910372 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.43 |
| HSL | 313.1º | 0.96% | 0.29% | - |
| HSV(B) | 313.1º | 0.98% | 0.57% | - |
| XYZ | 14.75 | 7.3 | 16.55 | - |
| YUV | 58.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 114 | 0 | 0.98 | 0.21 | 0.43 | 313.1 | 0.96 | 0.29 |
| Hex | 91 | 3 | 72 | 0 | 62 | 15 | 2B | 139 | 60 | 1D |
| Octal | 221 | 3 | 162 | 0 | 142 | 25 | 53 | 471 | 140 | 35 |
| Binary | 10010001 | 11 | 1110010 | 0 | 1100010 | 10101 | 101011 | 100111001 | 1100000 | 11101 |
Color Harmonies of #910372
Complementary color
Monochromatic Colors of #910372
Black with #910372
Text Example
Text Example
White with #910372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910372; }
p { color: rgb(145,3,114); }
H1.HeaderClassName
{
color: #910372;
}
.AnyTagClassName
{
color: #910372;
}
</style>
background-color css
<style>
a { background-color: #910372; }
a { background-color: rgb(145,3,114); }
div.DivClassName
{
background-color: #910372;
}
.BgClassName
{
background-color: #910372;
}
</style>
border-color css
<style>
span { border-color: #910372; }
span { border-color: rgb(145,3,114); }
td.TdClassName
{
border-color: #910372;
}
.TagClassName
{
border-color: #910372;
}
</style>