Shades of Eggplant #910273
Tints of Eggplant #910273
RGB
CMYK
RGB Variations
Color information
#910273 (or 0x910273) is known color: Eggplant. HEX triplet: 91, 02 and 73. RGB value is (145,2,115). Sum of RGB (Red+Green+Blue) = 145+2+115=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #910273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910273 is #6EFD8C. Grayscale: #393939. Windows color (decimal): -7273869 or 7537297. OLE color: 7537297.
HSL color Cylindrical-coordinate representation of color #910273: hue angle of 312.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910273 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.43 |
| HSL | 312.59º | 0.97% | 0.29% | - |
| HSV(B) | 312.59º | 0.99% | 0.57% | - |
| XYZ | 14.79 | 7.3 | 16.85 | - |
| YUV | 57.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 115 | 0 | 0.99 | 0.21 | 0.43 | 312.59 | 0.97 | 0.29 |
| Hex | 91 | 2 | 73 | 0 | 63 | 15 | 2B | 139 | 61 | 1D |
| Octal | 221 | 2 | 163 | 0 | 143 | 25 | 53 | 471 | 141 | 35 |
| Binary | 10010001 | 10 | 1110011 | 0 | 1100011 | 10101 | 101011 | 100111001 | 1100001 | 11101 |
Color Harmonies of #910273
Complementary color
Monochromatic Colors of #910273
Black with #910273
Text Example
Text Example
White with #910273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910273; }
p { color: rgb(145,2,115); }
H1.HeaderClassName
{
color: #910273;
}
.AnyTagClassName
{
color: #910273;
}
</style>
background-color css
<style>
a { background-color: #910273; }
a { background-color: rgb(145,2,115); }
div.DivClassName
{
background-color: #910273;
}
.BgClassName
{
background-color: #910273;
}
</style>
border-color css
<style>
span { border-color: #910273; }
span { border-color: rgb(145,2,115); }
td.TdClassName
{
border-color: #910273;
}
.TagClassName
{
border-color: #910273;
}
</style>