Shades of Dark Purple #881F81
Tints of Dark Purple #881F81
RGB
CMYK
RGB Variations
Color information
#881F81 (or 0x881F81) is known color: Dark Purple. HEX triplet: 88, 1F and 81. RGB value is (136,31,129). Sum of RGB (Red+Green+Blue) = 136+31+129=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #881F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881F81 is #77E07E. Grayscale: #494949. Windows color (decimal): -7856255 or 8462216. OLE color: 8462216.
HSL color Cylindrical-coordinate representation of color #881F81: hue angle of 304º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F81 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 31 | 129 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.47 |
| HSL | 304º | 0.63% | 0.33% | - |
| HSV(B) | 304º | 0.77% | 0.53% | - |
| XYZ | 14.61 | 7.8 | 21.5 | - |
| YUV | 73.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 129 | 0 | 0.77 | 0.05 | 0.47 | 304 | 0.63 | 0.33 |
| Hex | 88 | 1F | 81 | 0 | 4D | 5 | 2F | 130 | 3F | 21 |
| Octal | 210 | 37 | 201 | 0 | 115 | 5 | 57 | 460 | 77 | 41 |
| Binary | 10001000 | 11111 | 10000001 | 0 | 1001101 | 101 | 101111 | 100110000 | 111111 | 100001 |
Color Harmonies of #881F81
Complementary color
Monochromatic Colors of #881F81
Black with #881F81
Text Example
Text Example
White with #881F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F81; }
p { color: rgb(136,31,129); }
H1.HeaderClassName
{
color: #881F81;
}
.AnyTagClassName
{
color: #881F81;
}
</style>
background-color css
<style>
a { background-color: #881F81; }
a { background-color: rgb(136,31,129); }
div.DivClassName
{
background-color: #881F81;
}
.BgClassName
{
background-color: #881F81;
}
</style>
border-color css
<style>
span { border-color: #881F81; }
span { border-color: rgb(136,31,129); }
td.TdClassName
{
border-color: #881F81;
}
.TagClassName
{
border-color: #881F81;
}
</style>