Shades of Dark Purple #8E2181
Tints of Dark Purple #8E2181
RGB
CMYK
RGB Variations
Color information
#8E2181 (or 0x8E2181) is known color: Dark Purple. HEX triplet: 8E, 21 and 81. RGB value is (142,33,129). Sum of RGB (Red+Green+Blue) = 142+33+129=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2181 is #71DE7E. Grayscale: #4C4C4C. Windows color (decimal): -7462527 or 8462734. OLE color: 8462734.
HSL color Cylindrical-coordinate representation of color #8E2181: hue angle of 307.16º 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 #8E2181 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 129 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.44 |
| HSL | 307.16º | 0.62% | 0.34% | - |
| HSV(B) | 307.16º | 0.77% | 0.56% | - |
| XYZ | 15.66 | 8.42 | 21.57 | - |
| YUV | 76.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 129 | 0 | 0.77 | 0.09 | 0.44 | 307.16 | 0.62 | 0.34 |
| Hex | 8E | 21 | 81 | 0 | 4D | 9 | 2C | 133 | 3E | 22 |
| Octal | 216 | 41 | 201 | 0 | 115 | 11 | 54 | 463 | 76 | 42 |
| Binary | 10001110 | 100001 | 10000001 | 0 | 1001101 | 1001 | 101100 | 100110011 | 111110 | 100010 |
Color Harmonies of #8E2181
Complementary color
Monochromatic Colors of #8E2181
Black with #8E2181
Text Example
Text Example
White with #8E2181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2181; }
p { color: rgb(142,33,129); }
H1.HeaderClassName
{
color: #8E2181;
}
.AnyTagClassName
{
color: #8E2181;
}
</style>
background-color css
<style>
a { background-color: #8E2181; }
a { background-color: rgb(142,33,129); }
div.DivClassName
{
background-color: #8E2181;
}
.BgClassName
{
background-color: #8E2181;
}
</style>
border-color css
<style>
span { border-color: #8E2181; }
span { border-color: rgb(142,33,129); }
td.TdClassName
{
border-color: #8E2181;
}
.TagClassName
{
border-color: #8E2181;
}
</style>