Shades of Dark Purple #8E216D
Tints of Dark Purple #8E216D
RGB
CMYK
RGB Variations
Color information
#8E216D (or 0x8E216D) is known color: Dark Purple. HEX triplet: 8E, 21 and 6D. RGB value is (142,33,109). Sum of RGB (Red+Green+Blue) = 142+33+109=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E216D is #71DE92. Grayscale: #4A4A4A. Windows color (decimal): -7462547 or 7152014. OLE color: 7152014.
HSL color Cylindrical-coordinate representation of color #8E216D: hue angle of 318.17º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E216D is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 109 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.44 |
| HSL | 318.17º | 0.62% | 0.34% | - |
| HSV(B) | 318.17º | 0.77% | 0.56% | - |
| XYZ | 14.46 | 7.94 | 15.24 | - |
| YUV | 74.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 109 | 0 | 0.77 | 0.23 | 0.44 | 318.17 | 0.62 | 0.34 |
| Hex | 8E | 21 | 6D | 0 | 4D | 17 | 2C | 13E | 3E | 22 |
| Octal | 216 | 41 | 155 | 0 | 115 | 27 | 54 | 476 | 76 | 42 |
| Binary | 10001110 | 100001 | 1101101 | 0 | 1001101 | 10111 | 101100 | 100111110 | 111110 | 100010 |
Color Harmonies of #8E216D
Complementary color
Monochromatic Colors of #8E216D
Black with #8E216D
Text Example
Text Example
White with #8E216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E216D; }
p { color: rgb(142,33,109); }
H1.HeaderClassName
{
color: #8E216D;
}
.AnyTagClassName
{
color: #8E216D;
}
</style>
background-color css
<style>
a { background-color: #8E216D; }
a { background-color: rgb(142,33,109); }
div.DivClassName
{
background-color: #8E216D;
}
.BgClassName
{
background-color: #8E216D;
}
</style>
border-color css
<style>
span { border-color: #8E216D; }
span { border-color: rgb(142,33,109); }
td.TdClassName
{
border-color: #8E216D;
}
.TagClassName
{
border-color: #8E216D;
}
</style>