Shades of Eggplant #910272
Tints of Eggplant #910272
RGB
CMYK
RGB Variations
Color information
#910272 (or 0x910272) is known color: Eggplant. HEX triplet: 91, 02 and 72. RGB value is (145,2,114). Sum of RGB (Red+Green+Blue) = 145+2+114=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #910272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910272 is #6EFD8D. Grayscale: #393939. Windows color (decimal): -7273870 or 7471761. OLE color: 7471761.
HSL color Cylindrical-coordinate representation of color #910272: hue angle of 313.01º 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 #910272 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.43 |
| HSL | 313.01º | 0.97% | 0.29% | - |
| HSV(B) | 313.01º | 0.99% | 0.57% | - |
| XYZ | 14.74 | 7.28 | 16.55 | - |
| YUV | 57.53 | 159.88 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 114 | 0 | 0.99 | 0.21 | 0.43 | 313.01 | 0.97 | 0.29 |
| Hex | 91 | 2 | 72 | 0 | 63 | 15 | 2B | 139 | 61 | 1D |
| Octal | 221 | 2 | 162 | 0 | 143 | 25 | 53 | 471 | 141 | 35 |
| Binary | 10010001 | 10 | 1110010 | 0 | 1100011 | 10101 | 101011 | 100111001 | 1100001 | 11101 |
Color Harmonies of #910272
Complementary color
Monochromatic Colors of #910272
Black with #910272
Text Example
Text Example
White with #910272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910272; }
p { color: rgb(145,2,114); }
H1.HeaderClassName
{
color: #910272;
}
.AnyTagClassName
{
color: #910272;
}
</style>
background-color css
<style>
a { background-color: #910272; }
a { background-color: rgb(145,2,114); }
div.DivClassName
{
background-color: #910272;
}
.BgClassName
{
background-color: #910272;
}
</style>
border-color css
<style>
span { border-color: #910272; }
span { border-color: rgb(145,2,114); }
td.TdClassName
{
border-color: #910272;
}
.TagClassName
{
border-color: #910272;
}
</style>