Shades of Eggplant #940271
Tints of Eggplant #940271
RGB
CMYK
RGB Variations
Color information
#940271 (or 0x940271) is known color: Eggplant. HEX triplet: 94, 02 and 71. RGB value is (148,2,113). Sum of RGB (Red+Green+Blue) = 148+2+113=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #940271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940271 is #6BFD8E. Grayscale: #3A3A3A. Windows color (decimal): -7077263 or 7406228. OLE color: 7406228.
HSL color Cylindrical-coordinate representation of color #940271: hue angle of 314.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940271 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.42 |
| HSL | 314.38º | 0.97% | 0.29% | - |
| HSV(B) | 314.38º | 0.99% | 0.58% | - |
| XYZ | 15.22 | 7.53 | 16.27 | - |
| YUV | 58.31 | 158.87 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 113 | 0 | 0.99 | 0.24 | 0.42 | 314.38 | 0.97 | 0.29 |
| Hex | 94 | 2 | 71 | 0 | 63 | 18 | 2A | 13A | 61 | 1D |
| Octal | 224 | 2 | 161 | 0 | 143 | 30 | 52 | 472 | 141 | 35 |
| Binary | 10010100 | 10 | 1110001 | 0 | 1100011 | 11000 | 101010 | 100111010 | 1100001 | 11101 |
Color Harmonies of #940271
Complementary color
Monochromatic Colors of #940271
Black with #940271
Text Example
Text Example
White with #940271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940271; }
p { color: rgb(148,2,113); }
H1.HeaderClassName
{
color: #940271;
}
.AnyTagClassName
{
color: #940271;
}
</style>
background-color css
<style>
a { background-color: #940271; }
a { background-color: rgb(148,2,113); }
div.DivClassName
{
background-color: #940271;
}
.BgClassName
{
background-color: #940271;
}
</style>
border-color css
<style>
span { border-color: #940271; }
span { border-color: rgb(148,2,113); }
td.TdClassName
{
border-color: #940271;
}
.TagClassName
{
border-color: #940271;
}
</style>