Shades of Eggplant #910378
Tints of Eggplant #910378
RGB
CMYK
RGB Variations
Color information
#910378 (or 0x910378) is known color: Eggplant. HEX triplet: 91, 03 and 78. RGB value is (145,3,120). Sum of RGB (Red+Green+Blue) = 145+3+120=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #910378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910378 is #6EFC87. Grayscale: #3A3A3A. Windows color (decimal): -7273608 or 7865233. OLE color: 7865233.
HSL color Cylindrical-coordinate representation of color #910378: hue angle of 310.56º 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 #910378 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.43 |
| HSL | 310.56º | 0.96% | 0.29% | - |
| HSV(B) | 310.56º | 0.98% | 0.57% | - |
| XYZ | 15.1 | 7.44 | 18.41 | - |
| YUV | 58.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 120 | 0 | 0.98 | 0.17 | 0.43 | 310.56 | 0.96 | 0.29 |
| Hex | 91 | 3 | 78 | 0 | 62 | 11 | 2B | 137 | 60 | 1D |
| Octal | 221 | 3 | 170 | 0 | 142 | 21 | 53 | 467 | 140 | 35 |
| Binary | 10010001 | 11 | 1111000 | 0 | 1100010 | 10001 | 101011 | 100110111 | 1100000 | 11101 |
Color Harmonies of #910378
Complementary color
Monochromatic Colors of #910378
Black with #910378
Text Example
Text Example
White with #910378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910378; }
p { color: rgb(145,3,120); }
H1.HeaderClassName
{
color: #910378;
}
.AnyTagClassName
{
color: #910378;
}
</style>
background-color css
<style>
a { background-color: #910378; }
a { background-color: rgb(145,3,120); }
div.DivClassName
{
background-color: #910378;
}
.BgClassName
{
background-color: #910378;
}
</style>
border-color css
<style>
span { border-color: #910378; }
span { border-color: rgb(145,3,120); }
td.TdClassName
{
border-color: #910378;
}
.TagClassName
{
border-color: #910378;
}
</style>