Shades of Eggplant #940F61
Tints of Eggplant #940F61
RGB
CMYK
RGB Variations
Color information
#940F61 (or 0x940F61) is known color: Eggplant. HEX triplet: 94, 0F and 61. RGB value is (148,15,97). Sum of RGB (Red+Green+Blue) = 148+15+97=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #940F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F61 is #6BF09E. Grayscale: #3F3F3F. Windows color (decimal): -7073951 or 6360980. OLE color: 6360980.
HSL color Cylindrical-coordinate representation of color #940F61: hue angle of 323.01º 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 #940F61 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 97 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.42 |
| HSL | 323.01º | 0.82% | 0.32% | - |
| HSV(B) | 323.01º | 0.9% | 0.58% | - |
| XYZ | 14.54 | 7.5 | 11.99 | - |
| YUV | 64.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 97 | 0 | 0.90 | 0.34 | 0.42 | 323.01 | 0.82 | 0.32 |
| Hex | 94 | F | 61 | 0 | 5A | 22 | 2A | 143 | 52 | 20 |
| Octal | 224 | 17 | 141 | 0 | 132 | 42 | 52 | 503 | 122 | 40 |
| Binary | 10010100 | 1111 | 1100001 | 0 | 1011010 | 100010 | 101010 | 101000011 | 1010010 | 100000 |
Color Harmonies of #940F61
Complementary color
Monochromatic Colors of #940F61
Black with #940F61
Text Example
Text Example
White with #940F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F61; }
p { color: rgb(148,15,97); }
H1.HeaderClassName
{
color: #940F61;
}
.AnyTagClassName
{
color: #940F61;
}
</style>
background-color css
<style>
a { background-color: #940F61; }
a { background-color: rgb(148,15,97); }
div.DivClassName
{
background-color: #940F61;
}
.BgClassName
{
background-color: #940F61;
}
</style>
border-color css
<style>
span { border-color: #940F61; }
span { border-color: rgb(148,15,97); }
td.TdClassName
{
border-color: #940F61;
}
.TagClassName
{
border-color: #940F61;
}
</style>