Shades of Dark Purple #872D85
Tints of Dark Purple #872D85
RGB
CMYK
RGB Variations
Color information
#872D85 (or 0x872D85) is known color: Dark Purple. HEX triplet: 87, 2D and 85. RGB value is (135,45,133). Sum of RGB (Red+Green+Blue) = 135+45+133=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #872D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872D85 is #78D27A. Grayscale: #515151. Windows color (decimal): -7918203 or 8727943. OLE color: 8727943.
HSL color Cylindrical-coordinate representation of color #872D85: hue angle of 301.33º 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 #872D85 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 133 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.47 |
| HSL | 301.33º | 0.5% | 0.35% | - |
| HSV(B) | 301.33º | 0.67% | 0.53% | - |
| XYZ | 15.16 | 8.72 | 23.07 | - |
| YUV | 81.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 133 | 0 | 0.67 | 0.01 | 0.47 | 301.33 | 0.5 | 0.35 |
| Hex | 87 | 2D | 85 | 0 | 43 | 1 | 2F | 12D | 32 | 23 |
| Octal | 207 | 55 | 205 | 0 | 103 | 1 | 57 | 455 | 62 | 43 |
| Binary | 10000111 | 101101 | 10000101 | 0 | 1000011 | 1 | 101111 | 100101101 | 110010 | 100011 |
Color Harmonies of #872D85
Complementary color
Monochromatic Colors of #872D85
Black with #872D85
Text Example
Text Example
White with #872D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D85; }
p { color: rgb(135,45,133); }
H1.HeaderClassName
{
color: #872D85;
}
.AnyTagClassName
{
color: #872D85;
}
</style>
background-color css
<style>
a { background-color: #872D85; }
a { background-color: rgb(135,45,133); }
div.DivClassName
{
background-color: #872D85;
}
.BgClassName
{
background-color: #872D85;
}
</style>
border-color css
<style>
span { border-color: #872D85; }
span { border-color: rgb(135,45,133); }
td.TdClassName
{
border-color: #872D85;
}
.TagClassName
{
border-color: #872D85;
}
</style>