Shades of Dark Purple #881880
Tints of Dark Purple #881880
RGB
CMYK
RGB Variations
Color information
#881880 (or 0x881880) is known color: Dark Purple. HEX triplet: 88, 18 and 80. RGB value is (136,24,128). Sum of RGB (Red+Green+Blue) = 136+24+128=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #881880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881880 is #77E77F. Grayscale: #454545. Windows color (decimal): -7858048 or 8394888. OLE color: 8394888.
HSL color Cylindrical-coordinate representation of color #881880: hue angle of 304.29º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881880 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 128 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.47 |
| HSL | 304.29º | 0.7% | 0.31% | - |
| HSV(B) | 304.29º | 0.82% | 0.53% | - |
| XYZ | 14.38 | 7.45 | 21.1 | - |
| YUV | 69.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 128 | 0 | 0.82 | 0.06 | 0.47 | 304.29 | 0.7 | 0.31 |
| Hex | 88 | 18 | 80 | 0 | 52 | 6 | 2F | 130 | 46 | 1F |
| Octal | 210 | 30 | 200 | 0 | 122 | 6 | 57 | 460 | 106 | 37 |
| Binary | 10001000 | 11000 | 10000000 | 0 | 1010010 | 110 | 101111 | 100110000 | 1000110 | 11111 |
Color Harmonies of #881880
Complementary color
Monochromatic Colors of #881880
Black with #881880
Text Example
Text Example
White with #881880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881880; }
p { color: rgb(136,24,128); }
H1.HeaderClassName
{
color: #881880;
}
.AnyTagClassName
{
color: #881880;
}
</style>
background-color css
<style>
a { background-color: #881880; }
a { background-color: rgb(136,24,128); }
div.DivClassName
{
background-color: #881880;
}
.BgClassName
{
background-color: #881880;
}
</style>
border-color css
<style>
span { border-color: #881880; }
span { border-color: rgb(136,24,128); }
td.TdClassName
{
border-color: #881880;
}
.TagClassName
{
border-color: #881880;
}
</style>