Shades of Dark Purple #881781
Tints of Dark Purple #881781
RGB
CMYK
RGB Variations
Color information
#881781 (or 0x881781) is known color: Dark Purple. HEX triplet: 88, 17 and 81. RGB value is (136,23,129). Sum of RGB (Red+Green+Blue) = 136+23+129=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #881781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881781 is #77E87E. Grayscale: #444444. Windows color (decimal): -7858303 or 8460168. OLE color: 8460168.
HSL color Cylindrical-coordinate representation of color #881781: hue angle of 303.72º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881781 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 129 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.47 |
| HSL | 303.72º | 0.71% | 0.31% | - |
| HSV(B) | 303.72º | 0.83% | 0.53% | - |
| XYZ | 14.42 | 7.43 | 21.44 | - |
| YUV | 68.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 129 | 0 | 0.83 | 0.05 | 0.47 | 303.72 | 0.71 | 0.31 |
| Hex | 88 | 17 | 81 | 0 | 53 | 5 | 2F | 130 | 47 | 1F |
| Octal | 210 | 27 | 201 | 0 | 123 | 5 | 57 | 460 | 107 | 37 |
| Binary | 10001000 | 10111 | 10000001 | 0 | 1010011 | 101 | 101111 | 100110000 | 1000111 | 11111 |
Color Harmonies of #881781
Complementary color
Monochromatic Colors of #881781
Black with #881781
Text Example
Text Example
White with #881781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881781; }
p { color: rgb(136,23,129); }
H1.HeaderClassName
{
color: #881781;
}
.AnyTagClassName
{
color: #881781;
}
</style>
background-color css
<style>
a { background-color: #881781; }
a { background-color: rgb(136,23,129); }
div.DivClassName
{
background-color: #881781;
}
.BgClassName
{
background-color: #881781;
}
</style>
border-color css
<style>
span { border-color: #881781; }
span { border-color: rgb(136,23,129); }
td.TdClassName
{
border-color: #881781;
}
.TagClassName
{
border-color: #881781;
}
</style>