Shades of Eggplant #940C75
Tints of Eggplant #940C75
RGB
CMYK
RGB Variations
Color information
#940C75 (or 0x940C75) is known color: Eggplant. HEX triplet: 94, 0C and 75. RGB value is (148,12,117). Sum of RGB (Red+Green+Blue) = 148+12+117=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #940C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C75 is #6BF38A. Grayscale: #404040. Windows color (decimal): -7074699 or 7670932. OLE color: 7670932.
HSL color Cylindrical-coordinate representation of color #940C75: hue angle of 313.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C75 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 117 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.42 |
| HSL | 313.68º | 0.85% | 0.31% | - |
| HSV(B) | 313.68º | 0.92% | 0.58% | - |
| XYZ | 15.56 | 7.84 | 17.52 | - |
| YUV | 64.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 117 | 0 | 0.92 | 0.21 | 0.42 | 313.68 | 0.85 | 0.31 |
| Hex | 94 | C | 75 | 0 | 5C | 15 | 2A | 13A | 55 | 1F |
| Octal | 224 | 14 | 165 | 0 | 134 | 25 | 52 | 472 | 125 | 37 |
| Binary | 10010100 | 1100 | 1110101 | 0 | 1011100 | 10101 | 101010 | 100111010 | 1010101 | 11111 |
Color Harmonies of #940C75
Complementary color
Monochromatic Colors of #940C75
Black with #940C75
Text Example
Text Example
White with #940C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C75; }
p { color: rgb(148,12,117); }
H1.HeaderClassName
{
color: #940C75;
}
.AnyTagClassName
{
color: #940C75;
}
</style>
background-color css
<style>
a { background-color: #940C75; }
a { background-color: rgb(148,12,117); }
div.DivClassName
{
background-color: #940C75;
}
.BgClassName
{
background-color: #940C75;
}
</style>
border-color css
<style>
span { border-color: #940C75; }
span { border-color: rgb(148,12,117); }
td.TdClassName
{
border-color: #940C75;
}
.TagClassName
{
border-color: #940C75;
}
</style>