Shades of Dark Purple #8E1884
Tints of Dark Purple #8E1884
RGB
CMYK
RGB Variations
Color information
#8E1884 (or 0x8E1884) is known color: Dark Purple. HEX triplet: 8E, 18 and 84. RGB value is (142,24,132). Sum of RGB (Red+Green+Blue) = 142+24+132=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1884 is #71E77B. Grayscale: #474747. Windows color (decimal): -7464828 or 8657038. OLE color: 8657038.
HSL color Cylindrical-coordinate representation of color #8E1884: hue angle of 305.08º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1884 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 132 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.44 |
| HSL | 305.08º | 0.71% | 0.33% | - |
| HSV(B) | 305.08º | 0.83% | 0.56% | - |
| XYZ | 15.65 | 8.07 | 22.56 | - |
| YUV | 71.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 132 | 0 | 0.83 | 0.07 | 0.44 | 305.08 | 0.71 | 0.33 |
| Hex | 8E | 18 | 84 | 0 | 53 | 7 | 2C | 131 | 47 | 21 |
| Octal | 216 | 30 | 204 | 0 | 123 | 7 | 54 | 461 | 107 | 41 |
| Binary | 10001110 | 11000 | 10000100 | 0 | 1010011 | 111 | 101100 | 100110001 | 1000111 | 100001 |
Color Harmonies of #8E1884
Complementary color
Monochromatic Colors of #8E1884
Black with #8E1884
Text Example
Text Example
White with #8E1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1884; }
p { color: rgb(142,24,132); }
H1.HeaderClassName
{
color: #8E1884;
}
.AnyTagClassName
{
color: #8E1884;
}
</style>
background-color css
<style>
a { background-color: #8E1884; }
a { background-color: rgb(142,24,132); }
div.DivClassName
{
background-color: #8E1884;
}
.BgClassName
{
background-color: #8E1884;
}
</style>
border-color css
<style>
span { border-color: #8E1884; }
span { border-color: rgb(142,24,132); }
td.TdClassName
{
border-color: #8E1884;
}
.TagClassName
{
border-color: #8E1884;
}
</style>