Shades of Purple #870A83
Tints of Purple #870A83
RGB
CMYK
RGB Variations
Color information
#870A83 (or 0x870A83) is known color: Purple. HEX triplet: 87, 0A and 83. RGB value is (135,10,131). Sum of RGB (Red+Green+Blue) = 135+10+131=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #870A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870A83 is #78F57C. Grayscale: #3C3C3C. Windows color (decimal): -7927165 or 8587911. OLE color: 8587911.
HSL color Cylindrical-coordinate representation of color #870A83: hue angle of 301.92º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A83 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 131 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.47 |
| HSL | 301.92º | 0.86% | 0.28% | - |
| HSV(B) | 301.92º | 0.93% | 0.53% | - |
| XYZ | 14.2 | 7.01 | 22.08 | - |
| YUV | 61.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 131 | 0 | 0.93 | 0.03 | 0.47 | 301.92 | 0.86 | 0.28 |
| Hex | 87 | A | 83 | 0 | 5D | 3 | 2F | 12E | 56 | 1C |
| Octal | 207 | 12 | 203 | 0 | 135 | 3 | 57 | 456 | 126 | 34 |
| Binary | 10000111 | 1010 | 10000011 | 0 | 1011101 | 11 | 101111 | 100101110 | 1010110 | 11100 |
Color Harmonies of #870A83
Complementary color
Monochromatic Colors of #870A83
Black with #870A83
Text Example
Text Example
White with #870A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A83; }
p { color: rgb(135,10,131); }
H1.HeaderClassName
{
color: #870A83;
}
.AnyTagClassName
{
color: #870A83;
}
</style>
background-color css
<style>
a { background-color: #870A83; }
a { background-color: rgb(135,10,131); }
div.DivClassName
{
background-color: #870A83;
}
.BgClassName
{
background-color: #870A83;
}
</style>
border-color css
<style>
span { border-color: #870A83; }
span { border-color: rgb(135,10,131); }
td.TdClassName
{
border-color: #870A83;
}
.TagClassName
{
border-color: #870A83;
}
</style>