Shades of Eggplant #8D1963
Tints of Eggplant #8D1963
RGB
CMYK
RGB Variations
Color information
#8D1963 (or 0x8D1963) is known color: Eggplant. HEX triplet: 8D, 19 and 63. RGB value is (141,25,99). Sum of RGB (Red+Green+Blue) = 141+25+99=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1963 is #72E69C. Grayscale: #434343. Windows color (decimal): -7530141 or 6494605. OLE color: 6494605.
HSL color Cylindrical-coordinate representation of color #8D1963: hue angle of 321.72º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1963 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 99 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.45 |
| HSL | 321.72º | 0.7% | 0.33% | - |
| HSV(B) | 321.72º | 0.82% | 0.55% | - |
| XYZ | 13.58 | 7.26 | 12.49 | - |
| YUV | 68.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 99 | 0 | 0.82 | 0.30 | 0.45 | 321.72 | 0.7 | 0.33 |
| Hex | 8D | 19 | 63 | 0 | 52 | 1E | 2D | 142 | 46 | 21 |
| Octal | 215 | 31 | 143 | 0 | 122 | 36 | 55 | 502 | 106 | 41 |
| Binary | 10001101 | 11001 | 1100011 | 0 | 1010010 | 11110 | 101101 | 101000010 | 1000110 | 100001 |
Color Harmonies of #8D1963
Complementary color
Monochromatic Colors of #8D1963
Black with #8D1963
Text Example
Text Example
White with #8D1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1963; }
p { color: rgb(141,25,99); }
H1.HeaderClassName
{
color: #8D1963;
}
.AnyTagClassName
{
color: #8D1963;
}
</style>
background-color css
<style>
a { background-color: #8D1963; }
a { background-color: rgb(141,25,99); }
div.DivClassName
{
background-color: #8D1963;
}
.BgClassName
{
background-color: #8D1963;
}
</style>
border-color css
<style>
span { border-color: #8D1963; }
span { border-color: rgb(141,25,99); }
td.TdClassName
{
border-color: #8D1963;
}
.TagClassName
{
border-color: #8D1963;
}
</style>