Shades of Eggplant #8D0362
Tints of Eggplant #8D0362
RGB
CMYK
RGB Variations
Color information
#8D0362 (or 0x8D0362) is known color: Eggplant. HEX triplet: 8D, 03 and 62. RGB value is (141,3,98). Sum of RGB (Red+Green+Blue) = 141+3+98=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0362 is #72FC9D. Grayscale: #363636. Windows color (decimal): -7535774 or 6423437. OLE color: 6423437.
HSL color Cylindrical-coordinate representation of color #8D0362: hue angle of 318.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D0362 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 98 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.45 |
| HSL | 318.7º | 0.96% | 0.28% | - |
| HSV(B) | 318.7º | 0.98% | 0.55% | - |
| XYZ | 13.22 | 6.61 | 12.13 | - |
| YUV | 55.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 98 | 0 | 0.98 | 0.30 | 0.45 | 318.7 | 0.96 | 0.28 |
| Hex | 8D | 3 | 62 | 0 | 62 | 1E | 2D | 13F | 60 | 1C |
| Octal | 215 | 3 | 142 | 0 | 142 | 36 | 55 | 477 | 140 | 34 |
| Binary | 10001101 | 11 | 1100010 | 0 | 1100010 | 11110 | 101101 | 100111111 | 1100000 | 11100 |
Color Harmonies of #8D0362
Complementary color
Monochromatic Colors of #8D0362
Black with #8D0362
Text Example
Text Example
White with #8D0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0362; }
p { color: rgb(141,3,98); }
H1.HeaderClassName
{
color: #8D0362;
}
.AnyTagClassName
{
color: #8D0362;
}
</style>
background-color css
<style>
a { background-color: #8D0362; }
a { background-color: rgb(141,3,98); }
div.DivClassName
{
background-color: #8D0362;
}
.BgClassName
{
background-color: #8D0362;
}
</style>
border-color css
<style>
span { border-color: #8D0362; }
span { border-color: rgb(141,3,98); }
td.TdClassName
{
border-color: #8D0362;
}
.TagClassName
{
border-color: #8D0362;
}
</style>