Shades of Eggplant #8D0553
Tints of Eggplant #8D0553
RGB
CMYK
RGB Variations
Color information
#8D0553 (or 0x8D0553) is known color: Eggplant. HEX triplet: 8D, 05 and 53. RGB value is (141,5,83). Sum of RGB (Red+Green+Blue) = 141+5+83=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0553 is #72FAAC. Grayscale: #363636. Windows color (decimal): -7535277 or 5440909. OLE color: 5440909.
HSL color Cylindrical-coordinate representation of color #8D0553: hue angle of 325.59º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0553 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 83 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.45 |
| HSL | 325.59º | 0.93% | 0.29% | - |
| HSV(B) | 325.59º | 0.96% | 0.55% | - |
| XYZ | 12.6 | 6.4 | 8.75 | - |
| YUV | 54.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 83 | 0 | 0.96 | 0.41 | 0.45 | 325.59 | 0.93 | 0.29 |
| Hex | 8D | 5 | 53 | 0 | 60 | 29 | 2D | 146 | 5D | 1D |
| Octal | 215 | 5 | 123 | 0 | 140 | 51 | 55 | 506 | 135 | 35 |
| Binary | 10001101 | 101 | 1010011 | 0 | 1100000 | 101001 | 101101 | 101000110 | 1011101 | 11101 |
Color Harmonies of #8D0553
Complementary color
Monochromatic Colors of #8D0553
Black with #8D0553
Text Example
Text Example
White with #8D0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0553; }
p { color: rgb(141,5,83); }
H1.HeaderClassName
{
color: #8D0553;
}
.AnyTagClassName
{
color: #8D0553;
}
</style>
background-color css
<style>
a { background-color: #8D0553; }
a { background-color: rgb(141,5,83); }
div.DivClassName
{
background-color: #8D0553;
}
.BgClassName
{
background-color: #8D0553;
}
</style>
border-color css
<style>
span { border-color: #8D0553; }
span { border-color: rgb(141,5,83); }
td.TdClassName
{
border-color: #8D0553;
}
.TagClassName
{
border-color: #8D0553;
}
</style>