Shades of Dark Purple #871883
Tints of Dark Purple #871883
RGB
CMYK
RGB Variations
Color information
#871883 (or 0x871883) is known color: Dark Purple. HEX triplet: 87, 18 and 83. RGB value is (135,24,131). Sum of RGB (Red+Green+Blue) = 135+24+131=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #871883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871883 is #78E77C. Grayscale: #454545. Windows color (decimal): -7923581 or 8591495. OLE color: 8591495.
HSL color Cylindrical-coordinate representation of color #871883: hue angle of 302.16º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871883 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 131 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.47 |
| HSL | 302.16º | 0.7% | 0.31% | - |
| HSV(B) | 302.16º | 0.82% | 0.53% | - |
| XYZ | 14.42 | 7.44 | 22.15 | - |
| YUV | 69.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 131 | 0 | 0.82 | 0.03 | 0.47 | 302.16 | 0.7 | 0.31 |
| Hex | 87 | 18 | 83 | 0 | 52 | 3 | 2F | 12E | 46 | 1F |
| Octal | 207 | 30 | 203 | 0 | 122 | 3 | 57 | 456 | 106 | 37 |
| Binary | 10000111 | 11000 | 10000011 | 0 | 1010010 | 11 | 101111 | 100101110 | 1000110 | 11111 |
Color Harmonies of #871883
Complementary color
Monochromatic Colors of #871883
Black with #871883
Text Example
Text Example
White with #871883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871883; }
p { color: rgb(135,24,131); }
H1.HeaderClassName
{
color: #871883;
}
.AnyTagClassName
{
color: #871883;
}
</style>
background-color css
<style>
a { background-color: #871883; }
a { background-color: rgb(135,24,131); }
div.DivClassName
{
background-color: #871883;
}
.BgClassName
{
background-color: #871883;
}
</style>
border-color css
<style>
span { border-color: #871883; }
span { border-color: rgb(135,24,131); }
td.TdClassName
{
border-color: #871883;
}
.TagClassName
{
border-color: #871883;
}
</style>