Shades of Dark Purple #881E84
Tints of Dark Purple #881E84
RGB
CMYK
RGB Variations
Color information
#881E84 (or 0x881E84) is known color: Dark Purple. HEX triplet: 88, 1E and 84. RGB value is (136,30,132). Sum of RGB (Red+Green+Blue) = 136+30+132=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #881E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881E84 is #77E17B. Grayscale: #494949. Windows color (decimal): -7856508 or 8658568. OLE color: 8658568.
HSL color Cylindrical-coordinate representation of color #881E84: hue angle of 302.26º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E84 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 132 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.47 |
| HSL | 302.26º | 0.64% | 0.33% | - |
| HSV(B) | 302.26º | 0.78% | 0.53% | - |
| XYZ | 14.78 | 7.83 | 22.56 | - |
| YUV | 73.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 132 | 0 | 0.78 | 0.03 | 0.47 | 302.26 | 0.64 | 0.33 |
| Hex | 88 | 1E | 84 | 0 | 4E | 3 | 2F | 12E | 40 | 21 |
| Octal | 210 | 36 | 204 | 0 | 116 | 3 | 57 | 456 | 100 | 41 |
| Binary | 10001000 | 11110 | 10000100 | 0 | 1001110 | 11 | 101111 | 100101110 | 1000000 | 100001 |
Color Harmonies of #881E84
Complementary color
Monochromatic Colors of #881E84
Black with #881E84
Text Example
Text Example
White with #881E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E84; }
p { color: rgb(136,30,132); }
H1.HeaderClassName
{
color: #881E84;
}
.AnyTagClassName
{
color: #881E84;
}
</style>
background-color css
<style>
a { background-color: #881E84; }
a { background-color: rgb(136,30,132); }
div.DivClassName
{
background-color: #881E84;
}
.BgClassName
{
background-color: #881E84;
}
</style>
border-color css
<style>
span { border-color: #881E84; }
span { border-color: rgb(136,30,132); }
td.TdClassName
{
border-color: #881E84;
}
.TagClassName
{
border-color: #881E84;
}
</style>