Shades of Eggplant #8D0368
Tints of Eggplant #8D0368
RGB
CMYK
RGB Variations
Color information
#8D0368 (or 0x8D0368) is known color: Eggplant. HEX triplet: 8D, 03 and 68. RGB value is (141,3,104). Sum of RGB (Red+Green+Blue) = 141+3+104=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0368 is #72FC97. Grayscale: #373737. Windows color (decimal): -7535768 or 6816653. OLE color: 6816653.
HSL color Cylindrical-coordinate representation of color #8D0368: hue angle of 316.09º 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 #8D0368 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 104 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.45 |
| HSL | 316.09º | 0.96% | 0.28% | - |
| HSV(B) | 316.09º | 0.98% | 0.55% | - |
| XYZ | 13.52 | 6.73 | 13.68 | - |
| YUV | 55.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 104 | 0 | 0.98 | 0.26 | 0.45 | 316.09 | 0.96 | 0.28 |
| Hex | 8D | 3 | 68 | 0 | 62 | 1A | 2D | 13C | 60 | 1C |
| Octal | 215 | 3 | 150 | 0 | 142 | 32 | 55 | 474 | 140 | 34 |
| Binary | 10001101 | 11 | 1101000 | 0 | 1100010 | 11010 | 101101 | 100111100 | 1100000 | 11100 |
Color Harmonies of #8D0368
Complementary color
Monochromatic Colors of #8D0368
Black with #8D0368
Text Example
Text Example
White with #8D0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0368; }
p { color: rgb(141,3,104); }
H1.HeaderClassName
{
color: #8D0368;
}
.AnyTagClassName
{
color: #8D0368;
}
</style>
background-color css
<style>
a { background-color: #8D0368; }
a { background-color: rgb(141,3,104); }
div.DivClassName
{
background-color: #8D0368;
}
.BgClassName
{
background-color: #8D0368;
}
</style>
border-color css
<style>
span { border-color: #8D0368; }
span { border-color: rgb(141,3,104); }
td.TdClassName
{
border-color: #8D0368;
}
.TagClassName
{
border-color: #8D0368;
}
</style>