Shades of Dark Purple #881569
Tints of Dark Purple #881569
RGB
CMYK
RGB Variations
Color information
#881569 (or 0x881569) is known color: Dark Purple. HEX triplet: 88, 15 and 69. RGB value is (136,21,105). Sum of RGB (Red+Green+Blue) = 136+21+105=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #881569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881569 is #77EA96. Grayscale: #404040. Windows color (decimal): -7858839 or 6886792. OLE color: 6886792.
HSL color Cylindrical-coordinate representation of color #881569: hue angle of 316.17º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881569 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 105 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.47 |
| HSL | 316.17º | 0.73% | 0.31% | - |
| HSV(B) | 316.17º | 0.85% | 0.53% | - |
| XYZ | 12.97 | 6.79 | 13.99 | - |
| YUV | 64.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 105 | 0 | 0.85 | 0.23 | 0.47 | 316.17 | 0.73 | 0.31 |
| Hex | 88 | 15 | 69 | 0 | 55 | 17 | 2F | 13C | 49 | 1F |
| Octal | 210 | 25 | 151 | 0 | 125 | 27 | 57 | 474 | 111 | 37 |
| Binary | 10001000 | 10101 | 1101001 | 0 | 1010101 | 10111 | 101111 | 100111100 | 1001001 | 11111 |
Color Harmonies of #881569
Complementary color
Monochromatic Colors of #881569
Black with #881569
Text Example
Text Example
White with #881569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881569; }
p { color: rgb(136,21,105); }
H1.HeaderClassName
{
color: #881569;
}
.AnyTagClassName
{
color: #881569;
}
</style>
background-color css
<style>
a { background-color: #881569; }
a { background-color: rgb(136,21,105); }
div.DivClassName
{
background-color: #881569;
}
.BgClassName
{
background-color: #881569;
}
</style>
border-color css
<style>
span { border-color: #881569; }
span { border-color: rgb(136,21,105); }
td.TdClassName
{
border-color: #881569;
}
.TagClassName
{
border-color: #881569;
}
</style>