Shades of Dark Purple #881583
Tints of Dark Purple #881583
RGB
CMYK
RGB Variations
Color information
#881583 (or 0x881583) is known color: Dark Purple. HEX triplet: 88, 15 and 83. RGB value is (136,21,131). Sum of RGB (Red+Green+Blue) = 136+21+131=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #881583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881583 is #77EA7C. Grayscale: #434343. Windows color (decimal): -7858813 or 8590728. OLE color: 8590728.
HSL color Cylindrical-coordinate representation of color #881583: hue angle of 302.61º 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 #881583 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 131 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.47 |
| HSL | 302.61º | 0.73% | 0.31% | - |
| HSV(B) | 302.61º | 0.85% | 0.53% | - |
| XYZ | 14.52 | 7.41 | 22.14 | - |
| YUV | 67.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 131 | 0 | 0.85 | 0.04 | 0.47 | 302.61 | 0.73 | 0.31 |
| Hex | 88 | 15 | 83 | 0 | 55 | 4 | 2F | 12F | 49 | 1F |
| Octal | 210 | 25 | 203 | 0 | 125 | 4 | 57 | 457 | 111 | 37 |
| Binary | 10001000 | 10101 | 10000011 | 0 | 1010101 | 100 | 101111 | 100101111 | 1001001 | 11111 |
Color Harmonies of #881583
Complementary color
Monochromatic Colors of #881583
Black with #881583
Text Example
Text Example
White with #881583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881583; }
p { color: rgb(136,21,131); }
H1.HeaderClassName
{
color: #881583;
}
.AnyTagClassName
{
color: #881583;
}
</style>
background-color css
<style>
a { background-color: #881583; }
a { background-color: rgb(136,21,131); }
div.DivClassName
{
background-color: #881583;
}
.BgClassName
{
background-color: #881583;
}
</style>
border-color css
<style>
span { border-color: #881583; }
span { border-color: rgb(136,21,131); }
td.TdClassName
{
border-color: #881583;
}
.TagClassName
{
border-color: #881583;
}
</style>