Shades of Dark Purple #881281
Tints of Dark Purple #881281
RGB
CMYK
RGB Variations
Color information
#881281 (or 0x881281) is known color: Dark Purple. HEX triplet: 88, 12 and 81. RGB value is (136,18,129). Sum of RGB (Red+Green+Blue) = 136+18+129=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #881281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881281 is #77ED7E. Grayscale: #414141. Windows color (decimal): -7859583 or 8458888. OLE color: 8458888.
HSL color Cylindrical-coordinate representation of color #881281: hue angle of 303.56º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881281 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 129 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.47 |
| HSL | 303.56º | 0.77% | 0.3% | - |
| HSV(B) | 303.56º | 0.87% | 0.53% | - |
| XYZ | 14.33 | 7.25 | 21.41 | - |
| YUV | 65.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 129 | 0 | 0.87 | 0.05 | 0.47 | 303.56 | 0.77 | 0.3 |
| Hex | 88 | 12 | 81 | 0 | 57 | 5 | 2F | 130 | 4D | 1E |
| Octal | 210 | 22 | 201 | 0 | 127 | 5 | 57 | 460 | 115 | 36 |
| Binary | 10001000 | 10010 | 10000001 | 0 | 1010111 | 101 | 101111 | 100110000 | 1001101 | 11110 |
Color Harmonies of #881281
Complementary color
Monochromatic Colors of #881281
Black with #881281
Text Example
Text Example
White with #881281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881281; }
p { color: rgb(136,18,129); }
H1.HeaderClassName
{
color: #881281;
}
.AnyTagClassName
{
color: #881281;
}
</style>
background-color css
<style>
a { background-color: #881281; }
a { background-color: rgb(136,18,129); }
div.DivClassName
{
background-color: #881281;
}
.BgClassName
{
background-color: #881281;
}
</style>
border-color css
<style>
span { border-color: #881281; }
span { border-color: rgb(136,18,129); }
td.TdClassName
{
border-color: #881281;
}
.TagClassName
{
border-color: #881281;
}
</style>