Shades of Dark Purple #8E218D
Tints of Dark Purple #8E218D
RGB
CMYK
RGB Variations
Color information
#8E218D (or 0x8E218D) is known color: Dark Purple. HEX triplet: 8E, 21 and 8D. RGB value is (142,33,141). Sum of RGB (Red+Green+Blue) = 142+33+141=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E218D is #71DE72. Grayscale: #4D4D4D. Windows color (decimal): -7462515 or 9249166. OLE color: 9249166.
HSL color Cylindrical-coordinate representation of color #8E218D: hue angle of 300.55º 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 #8E218D is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 141 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.44 |
| HSL | 300.55º | 0.62% | 0.34% | - |
| HSV(B) | 300.55º | 0.77% | 0.56% | - |
| XYZ | 16.51 | 8.76 | 26.02 | - |
| YUV | 77.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 141 | 0 | 0.77 | 0.01 | 0.44 | 300.55 | 0.62 | 0.34 |
| Hex | 8E | 21 | 8D | 0 | 4D | 1 | 2C | 12D | 3E | 22 |
| Octal | 216 | 41 | 215 | 0 | 115 | 1 | 54 | 455 | 76 | 42 |
| Binary | 10001110 | 100001 | 10001101 | 0 | 1001101 | 1 | 101100 | 100101101 | 111110 | 100010 |
Color Harmonies of #8E218D
Complementary color
Monochromatic Colors of #8E218D
Black with #8E218D
Text Example
Text Example
White with #8E218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E218D; }
p { color: rgb(142,33,141); }
H1.HeaderClassName
{
color: #8E218D;
}
.AnyTagClassName
{
color: #8E218D;
}
</style>
background-color css
<style>
a { background-color: #8E218D; }
a { background-color: rgb(142,33,141); }
div.DivClassName
{
background-color: #8E218D;
}
.BgClassName
{
background-color: #8E218D;
}
</style>
border-color css
<style>
span { border-color: #8E218D; }
span { border-color: rgb(142,33,141); }
td.TdClassName
{
border-color: #8E218D;
}
.TagClassName
{
border-color: #8E218D;
}
</style>