Shades of Dark Purple #881986
Tints of Dark Purple #881986
RGB
CMYK
RGB Variations
Color information
#881986 (or 0x881986) is known color: Dark Purple. HEX triplet: 88, 19 and 86. RGB value is (136,25,134). Sum of RGB (Red+Green+Blue) = 136+25+134=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #881986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881986 is #77E679. Grayscale: #464646. Windows color (decimal): -7857786 or 8788360. OLE color: 8788360.
HSL color Cylindrical-coordinate representation of color #881986: hue angle of 301.08º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881986 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 134 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.47 |
| HSL | 301.08º | 0.69% | 0.32% | - |
| HSV(B) | 301.08º | 0.82% | 0.53% | - |
| XYZ | 14.8 | 7.65 | 23.25 | - |
| YUV | 70.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 134 | 0 | 0.82 | 0.01 | 0.47 | 301.08 | 0.69 | 0.32 |
| Hex | 88 | 19 | 86 | 0 | 52 | 1 | 2F | 12D | 45 | 20 |
| Octal | 210 | 31 | 206 | 0 | 122 | 1 | 57 | 455 | 105 | 40 |
| Binary | 10001000 | 11001 | 10000110 | 0 | 1010010 | 1 | 101111 | 100101101 | 1000101 | 100000 |
Color Harmonies of #881986
Complementary color
Monochromatic Colors of #881986
Black with #881986
Text Example
Text Example
White with #881986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881986; }
p { color: rgb(136,25,134); }
H1.HeaderClassName
{
color: #881986;
}
.AnyTagClassName
{
color: #881986;
}
</style>
background-color css
<style>
a { background-color: #881986; }
a { background-color: rgb(136,25,134); }
div.DivClassName
{
background-color: #881986;
}
.BgClassName
{
background-color: #881986;
}
</style>
border-color css
<style>
span { border-color: #881986; }
span { border-color: rgb(136,25,134); }
td.TdClassName
{
border-color: #881986;
}
.TagClassName
{
border-color: #881986;
}
</style>