Shades of Dark Purple #881B81
Tints of Dark Purple #881B81
RGB
CMYK
RGB Variations
Color information
#881B81 (or 0x881B81) is known color: Dark Purple. HEX triplet: 88, 1B and 81. RGB value is (136,27,129). Sum of RGB (Red+Green+Blue) = 136+27+129=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #881B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881B81 is #77E47E. Grayscale: #464646. Windows color (decimal): -7857279 or 8461192. OLE color: 8461192.
HSL color Cylindrical-coordinate representation of color #881B81: hue angle of 303.85º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B81 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 129 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.47 |
| HSL | 303.85º | 0.67% | 0.32% | - |
| HSV(B) | 303.85º | 0.8% | 0.53% | - |
| XYZ | 14.51 | 7.6 | 21.47 | - |
| YUV | 71.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 129 | 0 | 0.80 | 0.05 | 0.47 | 303.85 | 0.67 | 0.32 |
| Hex | 88 | 1B | 81 | 0 | 50 | 5 | 2F | 130 | 43 | 20 |
| Octal | 210 | 33 | 201 | 0 | 120 | 5 | 57 | 460 | 103 | 40 |
| Binary | 10001000 | 11011 | 10000001 | 0 | 1010000 | 101 | 101111 | 100110000 | 1000011 | 100000 |
Color Harmonies of #881B81
Complementary color
Monochromatic Colors of #881B81
Black with #881B81
Text Example
Text Example
White with #881B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B81; }
p { color: rgb(136,27,129); }
H1.HeaderClassName
{
color: #881B81;
}
.AnyTagClassName
{
color: #881B81;
}
</style>
background-color css
<style>
a { background-color: #881B81; }
a { background-color: rgb(136,27,129); }
div.DivClassName
{
background-color: #881B81;
}
.BgClassName
{
background-color: #881B81;
}
</style>
border-color css
<style>
span { border-color: #881B81; }
span { border-color: rgb(136,27,129); }
td.TdClassName
{
border-color: #881B81;
}
.TagClassName
{
border-color: #881B81;
}
</style>