Shades of Eggplant #940F69
Tints of Eggplant #940F69
RGB
CMYK
RGB Variations
Color information
#940F69 (or 0x940F69) is known color: Eggplant. HEX triplet: 94, 0F and 69. RGB value is (148,15,105). Sum of RGB (Red+Green+Blue) = 148+15+105=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F69 is #6BF096. Grayscale: #404040. Windows color (decimal): -7073943 or 6885268. OLE color: 6885268.
HSL color Cylindrical-coordinate representation of color #940F69: hue angle of 319.4º 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 #940F69 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 105 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.42 |
| HSL | 319.4º | 0.82% | 0.32% | - |
| HSV(B) | 319.4º | 0.9% | 0.58% | - |
| XYZ | 14.93 | 7.66 | 14.06 | - |
| YUV | 65.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 105 | 0 | 0.90 | 0.29 | 0.42 | 319.4 | 0.82 | 0.32 |
| Hex | 94 | F | 69 | 0 | 5A | 1D | 2A | 13F | 52 | 20 |
| Octal | 224 | 17 | 151 | 0 | 132 | 35 | 52 | 477 | 122 | 40 |
| Binary | 10010100 | 1111 | 1101001 | 0 | 1011010 | 11101 | 101010 | 100111111 | 1010010 | 100000 |
Color Harmonies of #940F69
Complementary color
Monochromatic Colors of #940F69
Black with #940F69
Text Example
Text Example
White with #940F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F69; }
p { color: rgb(148,15,105); }
H1.HeaderClassName
{
color: #940F69;
}
.AnyTagClassName
{
color: #940F69;
}
</style>
background-color css
<style>
a { background-color: #940F69; }
a { background-color: rgb(148,15,105); }
div.DivClassName
{
background-color: #940F69;
}
.BgClassName
{
background-color: #940F69;
}
</style>
border-color css
<style>
span { border-color: #940F69; }
span { border-color: rgb(148,15,105); }
td.TdClassName
{
border-color: #940F69;
}
.TagClassName
{
border-color: #940F69;
}
</style>