Shades of Dark Purple #871884
Tints of Dark Purple #871884
RGB
CMYK
RGB Variations
Color information
#871884 (or 0x871884) is known color: Dark Purple. HEX triplet: 87, 18 and 84. RGB value is (135,24,132). Sum of RGB (Red+Green+Blue) = 135+24+132=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #871884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871884 is #78E77B. Grayscale: #454545. Windows color (decimal): -7923580 or 8657031. OLE color: 8657031.
HSL color Cylindrical-coordinate representation of color #871884: hue angle of 301.62º 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 #871884 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 132 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.47 |
| HSL | 301.62º | 0.7% | 0.31% | - |
| HSV(B) | 301.62º | 0.82% | 0.53% | - |
| XYZ | 14.48 | 7.47 | 22.51 | - |
| YUV | 69.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 132 | 0 | 0.82 | 0.02 | 0.47 | 301.62 | 0.7 | 0.31 |
| Hex | 87 | 18 | 84 | 0 | 52 | 2 | 2F | 12E | 46 | 1F |
| Octal | 207 | 30 | 204 | 0 | 122 | 2 | 57 | 456 | 106 | 37 |
| Binary | 10000111 | 11000 | 10000100 | 0 | 1010010 | 10 | 101111 | 100101110 | 1000110 | 11111 |
Color Harmonies of #871884
Complementary color
Monochromatic Colors of #871884
Black with #871884
Text Example
Text Example
White with #871884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871884; }
p { color: rgb(135,24,132); }
H1.HeaderClassName
{
color: #871884;
}
.AnyTagClassName
{
color: #871884;
}
</style>
background-color css
<style>
a { background-color: #871884; }
a { background-color: rgb(135,24,132); }
div.DivClassName
{
background-color: #871884;
}
.BgClassName
{
background-color: #871884;
}
</style>
border-color css
<style>
span { border-color: #871884; }
span { border-color: rgb(135,24,132); }
td.TdClassName
{
border-color: #871884;
}
.TagClassName
{
border-color: #871884;
}
</style>