Shades of Purple #870D83
Tints of Purple #870D83
RGB
CMYK
RGB Variations
Color information
#870D83 (or 0x870D83) is known color: Purple. HEX triplet: 87, 0D and 83. RGB value is (135,13,131). Sum of RGB (Red+Green+Blue) = 135+13+131=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #870D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870D83 is #78F27C. Grayscale: #3E3E3E. Windows color (decimal): -7926397 or 8588679. OLE color: 8588679.
HSL color Cylindrical-coordinate representation of color #870D83: hue angle of 301.97º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D83 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 131 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.47 |
| HSL | 301.97º | 0.82% | 0.29% | - |
| HSV(B) | 301.97º | 0.9% | 0.53% | - |
| XYZ | 14.23 | 7.08 | 22.09 | - |
| YUV | 62.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 131 | 0 | 0.90 | 0.03 | 0.47 | 301.97 | 0.82 | 0.29 |
| Hex | 87 | D | 83 | 0 | 5A | 3 | 2F | 12E | 52 | 1D |
| Octal | 207 | 15 | 203 | 0 | 132 | 3 | 57 | 456 | 122 | 35 |
| Binary | 10000111 | 1101 | 10000011 | 0 | 1011010 | 11 | 101111 | 100101110 | 1010010 | 11101 |
Color Harmonies of #870D83
Complementary color
Monochromatic Colors of #870D83
Black with #870D83
Text Example
Text Example
White with #870D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D83; }
p { color: rgb(135,13,131); }
H1.HeaderClassName
{
color: #870D83;
}
.AnyTagClassName
{
color: #870D83;
}
</style>
background-color css
<style>
a { background-color: #870D83; }
a { background-color: rgb(135,13,131); }
div.DivClassName
{
background-color: #870D83;
}
.BgClassName
{
background-color: #870D83;
}
</style>
border-color css
<style>
span { border-color: #870D83; }
span { border-color: rgb(135,13,131); }
td.TdClassName
{
border-color: #870D83;
}
.TagClassName
{
border-color: #870D83;
}
</style>