Shades of Eggplant #910074
Tints of Eggplant #910074
RGB
CMYK
RGB Variations
Color information
#910074 (or 0x910074) is known color: Eggplant. HEX triplet: 91, 00 and 74. RGB value is (145,0,116). Sum of RGB (Red+Green+Blue) = 145+0+116=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #910074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910074 is #6EFF8B. Grayscale: #383838. Windows color (decimal): -7274380 or 7602321. OLE color: 7602321.
HSL color Cylindrical-coordinate representation of color #910074: hue angle of 312º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910074 is Cyan = 0, Magento = 1, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.2 | 0.43 |
| HSL | 312º | 1% | 0.28% | - |
| HSV(B) | 312º | 1% | 0.57% | - |
| XYZ | 14.83 | 7.28 | 17.15 | - |
| YUV | 56.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 116 | 0 | 1 | 0.2 | 0.43 | 312 | 1 | 0.28 |
| Hex | 91 | 0 | 74 | 0 | 64 | 14 | 2B | 138 | 64 | 1C |
| Octal | 221 | 0 | 164 | 0 | 144 | 24 | 53 | 470 | 144 | 34 |
| Binary | 10010001 | 0 | 1110100 | 0 | 1100100 | 10100 | 101011 | 100111000 | 1100100 | 11100 |
Color Harmonies of #910074
Complementary color
Monochromatic Colors of #910074
Black with #910074
Text Example
Text Example
White with #910074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910074; }
p { color: rgb(145,0,116); }
H1.HeaderClassName
{
color: #910074;
}
.AnyTagClassName
{
color: #910074;
}
</style>
background-color css
<style>
a { background-color: #910074; }
a { background-color: rgb(145,0,116); }
div.DivClassName
{
background-color: #910074;
}
.BgClassName
{
background-color: #910074;
}
</style>
border-color css
<style>
span { border-color: #910074; }
span { border-color: rgb(145,0,116); }
td.TdClassName
{
border-color: #910074;
}
.TagClassName
{
border-color: #910074;
}
</style>