Shades of Dark Purple #881582
Tints of Dark Purple #881582
RGB
CMYK
RGB Variations
Color information
#881582 (or 0x881582) is known color: Dark Purple. HEX triplet: 88, 15 and 82. RGB value is (136,21,130). Sum of RGB (Red+Green+Blue) = 136+21+130=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #881582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881582 is #77EA7D. Grayscale: #434343. Windows color (decimal): -7858814 or 8525192. OLE color: 8525192.
HSL color Cylindrical-coordinate representation of color #881582: hue angle of 303.13º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881582 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 130 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.47 |
| HSL | 303.13º | 0.73% | 0.31% | - |
| HSV(B) | 303.13º | 0.85% | 0.53% | - |
| XYZ | 14.45 | 7.38 | 21.78 | - |
| YUV | 67.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 130 | 0 | 0.85 | 0.04 | 0.47 | 303.13 | 0.73 | 0.31 |
| Hex | 88 | 15 | 82 | 0 | 55 | 4 | 2F | 12F | 49 | 1F |
| Octal | 210 | 25 | 202 | 0 | 125 | 4 | 57 | 457 | 111 | 37 |
| Binary | 10001000 | 10101 | 10000010 | 0 | 1010101 | 100 | 101111 | 100101111 | 1001001 | 11111 |
Color Harmonies of #881582
Complementary color
Monochromatic Colors of #881582
Black with #881582
Text Example
Text Example
White with #881582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881582; }
p { color: rgb(136,21,130); }
H1.HeaderClassName
{
color: #881582;
}
.AnyTagClassName
{
color: #881582;
}
</style>
background-color css
<style>
a { background-color: #881582; }
a { background-color: rgb(136,21,130); }
div.DivClassName
{
background-color: #881582;
}
.BgClassName
{
background-color: #881582;
}
</style>
border-color css
<style>
span { border-color: #881582; }
span { border-color: rgb(136,21,130); }
td.TdClassName
{
border-color: #881582;
}
.TagClassName
{
border-color: #881582;
}
</style>