Shades of Eggplant #910377
Tints of Eggplant #910377
RGB
CMYK
RGB Variations
Color information
#910377 (or 0x910377) is known color: Eggplant. HEX triplet: 91, 03 and 77. RGB value is (145,3,119). Sum of RGB (Red+Green+Blue) = 145+3+119=267 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.31% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 145 - color contains mainly: red. Hex color #910377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910377 is #6EFC88. Grayscale: #3A3A3A. Windows color (decimal): -7273609 or 7799697. OLE color: 7799697.
HSL color Cylindrical-coordinate representation of color #910377: hue angle of 310.99º 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 #910377 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.43 |
| HSL | 310.99º | 0.96% | 0.29% | - |
| HSV(B) | 310.99º | 0.98% | 0.57% | - |
| XYZ | 15.04 | 7.42 | 18.09 | - |
| YUV | 58.68 | 162.04 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 119 | 0 | 0.98 | 0.18 | 0.43 | 310.99 | 0.96 | 0.29 |
| Hex | 91 | 3 | 77 | 0 | 62 | 12 | 2B | 137 | 60 | 1D |
| Octal | 221 | 3 | 167 | 0 | 142 | 22 | 53 | 467 | 140 | 35 |
| Binary | 10010001 | 11 | 1110111 | 0 | 1100010 | 10010 | 101011 | 100110111 | 1100000 | 11101 |
Color Harmonies of #910377
Complementary color
Monochromatic Colors of #910377
Black with #910377
Text Example
Text Example
White with #910377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910377; }
p { color: rgb(145,3,119); }
H1.HeaderClassName
{
color: #910377;
}
.AnyTagClassName
{
color: #910377;
}
</style>
background-color css
<style>
a { background-color: #910377; }
a { background-color: rgb(145,3,119); }
div.DivClassName
{
background-color: #910377;
}
.BgClassName
{
background-color: #910377;
}
</style>
border-color css
<style>
span { border-color: #910377; }
span { border-color: rgb(145,3,119); }
td.TdClassName
{
border-color: #910377;
}
.TagClassName
{
border-color: #910377;
}
</style>