Shades of Dark Purple #872D84
Tints of Dark Purple #872D84
RGB
CMYK
RGB Variations
Color information
#872D84 (or 0x872D84) is known color: Dark Purple. HEX triplet: 87, 2D and 84. RGB value is (135,45,132). Sum of RGB (Red+Green+Blue) = 135+45+132=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #872D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872D84 is #78D27B. Grayscale: #515151. Windows color (decimal): -7918204 or 8662407. OLE color: 8662407.
HSL color Cylindrical-coordinate representation of color #872D84: hue angle of 302º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872D84 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 132 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.47 |
| HSL | 302º | 0.5% | 0.35% | - |
| HSV(B) | 302º | 0.67% | 0.53% | - |
| XYZ | 15.09 | 8.69 | 22.71 | - |
| YUV | 81.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 132 | 0 | 0.67 | 0.02 | 0.47 | 302 | 0.5 | 0.35 |
| Hex | 87 | 2D | 84 | 0 | 43 | 2 | 2F | 12E | 32 | 23 |
| Octal | 207 | 55 | 204 | 0 | 103 | 2 | 57 | 456 | 62 | 43 |
| Binary | 10000111 | 101101 | 10000100 | 0 | 1000011 | 10 | 101111 | 100101110 | 110010 | 100011 |
Color Harmonies of #872D84
Complementary color
Monochromatic Colors of #872D84
Black with #872D84
Text Example
Text Example
White with #872D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D84; }
p { color: rgb(135,45,132); }
H1.HeaderClassName
{
color: #872D84;
}
.AnyTagClassName
{
color: #872D84;
}
</style>
background-color css
<style>
a { background-color: #872D84; }
a { background-color: rgb(135,45,132); }
div.DivClassName
{
background-color: #872D84;
}
.BgClassName
{
background-color: #872D84;
}
</style>
border-color css
<style>
span { border-color: #872D84; }
span { border-color: rgb(135,45,132); }
td.TdClassName
{
border-color: #872D84;
}
.TagClassName
{
border-color: #872D84;
}
</style>