Shades of Dark Purple #881384
Tints of Dark Purple #881384
RGB
CMYK
RGB Variations
Color information
#881384 (or 0x881384) is known color: Dark Purple. HEX triplet: 88, 13 and 84. RGB value is (136,19,132). Sum of RGB (Red+Green+Blue) = 136+19+132=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #881384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881384 is #77EC7B. Grayscale: #424242. Windows color (decimal): -7859324 or 8655752. OLE color: 8655752.
HSL color Cylindrical-coordinate representation of color #881384: hue angle of 302.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881384 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 132 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.47 |
| HSL | 302.05º | 0.75% | 0.3% | - |
| HSV(B) | 302.05º | 0.86% | 0.53% | - |
| XYZ | 14.55 | 7.37 | 22.48 | - |
| YUV | 66.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 132 | 0 | 0.86 | 0.03 | 0.47 | 302.05 | 0.75 | 0.3 |
| Hex | 88 | 13 | 84 | 0 | 56 | 3 | 2F | 12E | 4B | 1E |
| Octal | 210 | 23 | 204 | 0 | 126 | 3 | 57 | 456 | 113 | 36 |
| Binary | 10001000 | 10011 | 10000100 | 0 | 1010110 | 11 | 101111 | 100101110 | 1001011 | 11110 |
Color Harmonies of #881384
Complementary color
Monochromatic Colors of #881384
Black with #881384
Text Example
Text Example
White with #881384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881384; }
p { color: rgb(136,19,132); }
H1.HeaderClassName
{
color: #881384;
}
.AnyTagClassName
{
color: #881384;
}
</style>
background-color css
<style>
a { background-color: #881384; }
a { background-color: rgb(136,19,132); }
div.DivClassName
{
background-color: #881384;
}
.BgClassName
{
background-color: #881384;
}
</style>
border-color css
<style>
span { border-color: #881384; }
span { border-color: rgb(136,19,132); }
td.TdClassName
{
border-color: #881384;
}
.TagClassName
{
border-color: #881384;
}
</style>