Shades of Purple #871083
Tints of Purple #871083
RGB
CMYK
RGB Variations
Color information
#871083 (or 0x871083) is known color: Purple. HEX triplet: 87, 10 and 83. RGB value is (135,16,131). Sum of RGB (Red+Green+Blue) = 135+16+131=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #871083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871083 is #78EF7C. Grayscale: #404040. Windows color (decimal): -7925629 or 8589447. OLE color: 8589447.
HSL color Cylindrical-coordinate representation of color #871083: hue angle of 302.02º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871083 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 131 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.47 |
| HSL | 302.02º | 0.79% | 0.3% | - |
| HSV(B) | 302.02º | 0.88% | 0.53% | - |
| XYZ | 14.27 | 7.16 | 22.1 | - |
| YUV | 64.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 131 | 0 | 0.88 | 0.03 | 0.47 | 302.02 | 0.79 | 0.3 |
| Hex | 87 | 10 | 83 | 0 | 58 | 3 | 2F | 12E | 4F | 1E |
| Octal | 207 | 20 | 203 | 0 | 130 | 3 | 57 | 456 | 117 | 36 |
| Binary | 10000111 | 10000 | 10000011 | 0 | 1011000 | 11 | 101111 | 100101110 | 1001111 | 11110 |
Color Harmonies of #871083
Complementary color
Monochromatic Colors of #871083
Black with #871083
Text Example
Text Example
White with #871083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871083; }
p { color: rgb(135,16,131); }
H1.HeaderClassName
{
color: #871083;
}
.AnyTagClassName
{
color: #871083;
}
</style>
background-color css
<style>
a { background-color: #871083; }
a { background-color: rgb(135,16,131); }
div.DivClassName
{
background-color: #871083;
}
.BgClassName
{
background-color: #871083;
}
</style>
border-color css
<style>
span { border-color: #871083; }
span { border-color: rgb(135,16,131); }
td.TdClassName
{
border-color: #871083;
}
.TagClassName
{
border-color: #871083;
}
</style>