Shades of Eggplant #940F71
Tints of Eggplant #940F71
RGB
CMYK
RGB Variations
Color information
#940F71 (or 0x940F71) is known color: Eggplant. HEX triplet: 94, 0F and 71. RGB value is (148,15,113). Sum of RGB (Red+Green+Blue) = 148+15+113=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #940F71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F71 is #6BF08E. Grayscale: #414141. Windows color (decimal): -7073935 or 7409556. OLE color: 7409556.
HSL color Cylindrical-coordinate representation of color #940F71: hue angle of 315.79º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F71 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 113 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.42 |
| HSL | 315.79º | 0.82% | 0.32% | - |
| HSV(B) | 315.79º | 0.9% | 0.58% | - |
| XYZ | 15.36 | 7.83 | 16.32 | - |
| YUV | 65.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 113 | 0 | 0.90 | 0.24 | 0.42 | 315.79 | 0.82 | 0.32 |
| Hex | 94 | F | 71 | 0 | 5A | 18 | 2A | 13C | 52 | 20 |
| Octal | 224 | 17 | 161 | 0 | 132 | 30 | 52 | 474 | 122 | 40 |
| Binary | 10010100 | 1111 | 1110001 | 0 | 1011010 | 11000 | 101010 | 100111100 | 1010010 | 100000 |
Color Harmonies of #940F71
Complementary color
Monochromatic Colors of #940F71
Black with #940F71
Text Example
Text Example
White with #940F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F71; }
p { color: rgb(148,15,113); }
H1.HeaderClassName
{
color: #940F71;
}
.AnyTagClassName
{
color: #940F71;
}
</style>
background-color css
<style>
a { background-color: #940F71; }
a { background-color: rgb(148,15,113); }
div.DivClassName
{
background-color: #940F71;
}
.BgClassName
{
background-color: #940F71;
}
</style>
border-color css
<style>
span { border-color: #940F71; }
span { border-color: rgb(148,15,113); }
td.TdClassName
{
border-color: #940F71;
}
.TagClassName
{
border-color: #940F71;
}
</style>