Shades of Dark Purple #881282
Tints of Dark Purple #881282
RGB
CMYK
RGB Variations
Color information
#881282 (or 0x881282) is known color: Dark Purple. HEX triplet: 88, 12 and 82. RGB value is (136,18,130). Sum of RGB (Red+Green+Blue) = 136+18+130=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #881282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881282 is #77ED7D. Grayscale: #414141. Windows color (decimal): -7859582 or 8524424. OLE color: 8524424.
HSL color Cylindrical-coordinate representation of color #881282: hue angle of 303.05º 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 #881282 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 130 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.47 |
| HSL | 303.05º | 0.77% | 0.3% | - |
| HSV(B) | 303.05º | 0.87% | 0.53% | - |
| XYZ | 14.4 | 7.28 | 21.77 | - |
| YUV | 66.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 130 | 0 | 0.87 | 0.04 | 0.47 | 303.05 | 0.77 | 0.3 |
| Hex | 88 | 12 | 82 | 0 | 57 | 4 | 2F | 12F | 4D | 1E |
| Octal | 210 | 22 | 202 | 0 | 127 | 4 | 57 | 457 | 115 | 36 |
| Binary | 10001000 | 10010 | 10000010 | 0 | 1010111 | 100 | 101111 | 100101111 | 1001101 | 11110 |
Color Harmonies of #881282
Complementary color
Monochromatic Colors of #881282
Black with #881282
Text Example
Text Example
White with #881282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881282; }
p { color: rgb(136,18,130); }
H1.HeaderClassName
{
color: #881282;
}
.AnyTagClassName
{
color: #881282;
}
</style>
background-color css
<style>
a { background-color: #881282; }
a { background-color: rgb(136,18,130); }
div.DivClassName
{
background-color: #881282;
}
.BgClassName
{
background-color: #881282;
}
</style>
border-color css
<style>
span { border-color: #881282; }
span { border-color: rgb(136,18,130); }
td.TdClassName
{
border-color: #881282;
}
.TagClassName
{
border-color: #881282;
}
</style>