Shades of Eggplant #940875
Tints of Eggplant #940875
RGB
CMYK
RGB Variations
Color information
#940875 (or 0x940875) is known color: Eggplant. HEX triplet: 94, 08 and 75. RGB value is (148,8,117). Sum of RGB (Red+Green+Blue) = 148+8+117=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #940875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940875 is #6BF78A. Grayscale: #3D3D3D. Windows color (decimal): -7075723 or 7669908. OLE color: 7669908.
HSL color Cylindrical-coordinate representation of color #940875: hue angle of 313.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940875 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 117 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.42 |
| HSL | 313.29º | 0.9% | 0.31% | - |
| HSV(B) | 313.29º | 0.95% | 0.58% | - |
| XYZ | 15.51 | 7.75 | 17.51 | - |
| YUV | 62.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 117 | 0 | 0.95 | 0.21 | 0.42 | 313.29 | 0.9 | 0.31 |
| Hex | 94 | 8 | 75 | 0 | 5F | 15 | 2A | 139 | 5A | 1F |
| Octal | 224 | 10 | 165 | 0 | 137 | 25 | 52 | 471 | 132 | 37 |
| Binary | 10010100 | 1000 | 1110101 | 0 | 1011111 | 10101 | 101010 | 100111001 | 1011010 | 11111 |
Color Harmonies of #940875
Complementary color
Monochromatic Colors of #940875
Black with #940875
Text Example
Text Example
White with #940875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940875; }
p { color: rgb(148,8,117); }
H1.HeaderClassName
{
color: #940875;
}
.AnyTagClassName
{
color: #940875;
}
</style>
background-color css
<style>
a { background-color: #940875; }
a { background-color: rgb(148,8,117); }
div.DivClassName
{
background-color: #940875;
}
.BgClassName
{
background-color: #940875;
}
</style>
border-color css
<style>
span { border-color: #940875; }
span { border-color: rgb(148,8,117); }
td.TdClassName
{
border-color: #940875;
}
.TagClassName
{
border-color: #940875;
}
</style>