Shades of Purple #870B83
Tints of Purple #870B83
RGB
CMYK
RGB Variations
Color information
#870B83 (or 0x870B83) is known color: Purple. HEX triplet: 87, 0B and 83. RGB value is (135,11,131). Sum of RGB (Red+Green+Blue) = 135+11+131=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #870B83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870B83 is #78F47C. Grayscale: #3D3D3D. Windows color (decimal): -7926909 or 8588167. OLE color: 8588167.
HSL color Cylindrical-coordinate representation of color #870B83: hue angle of 301.94º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B83 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 131 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.47 |
| HSL | 301.94º | 0.85% | 0.29% | - |
| HSV(B) | 301.94º | 0.92% | 0.53% | - |
| XYZ | 14.21 | 7.03 | 22.08 | - |
| YUV | 61.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 131 | 0 | 0.92 | 0.03 | 0.47 | 301.94 | 0.85 | 0.29 |
| Hex | 87 | B | 83 | 0 | 5C | 3 | 2F | 12E | 55 | 1D |
| Octal | 207 | 13 | 203 | 0 | 134 | 3 | 57 | 456 | 125 | 35 |
| Binary | 10000111 | 1011 | 10000011 | 0 | 1011100 | 11 | 101111 | 100101110 | 1010101 | 11101 |
Color Harmonies of #870B83
Complementary color
Monochromatic Colors of #870B83
Black with #870B83
Text Example
Text Example
White with #870B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B83; }
p { color: rgb(135,11,131); }
H1.HeaderClassName
{
color: #870B83;
}
.AnyTagClassName
{
color: #870B83;
}
</style>
background-color css
<style>
a { background-color: #870B83; }
a { background-color: rgb(135,11,131); }
div.DivClassName
{
background-color: #870B83;
}
.BgClassName
{
background-color: #870B83;
}
</style>
border-color css
<style>
span { border-color: #870B83; }
span { border-color: rgb(135,11,131); }
td.TdClassName
{
border-color: #870B83;
}
.TagClassName
{
border-color: #870B83;
}
</style>