Shades of Dark Purple #871980
Tints of Dark Purple #871980
RGB
CMYK
RGB Variations
Color information
#871980 (or 0x871980) is known color: Dark Purple. HEX triplet: 87, 19 and 80. RGB value is (135,25,128). Sum of RGB (Red+Green+Blue) = 135+25+128=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #871980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871980 is #78E67F. Grayscale: #454545. Windows color (decimal): -7923328 or 8395143. OLE color: 8395143.
HSL color Cylindrical-coordinate representation of color #871980: hue angle of 303.82º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871980 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 128 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.47 |
| HSL | 303.82º | 0.69% | 0.31% | - |
| HSV(B) | 303.82º | 0.81% | 0.53% | - |
| XYZ | 14.24 | 7.4 | 21.1 | - |
| YUV | 69.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 128 | 0 | 0.81 | 0.05 | 0.47 | 303.82 | 0.69 | 0.31 |
| Hex | 87 | 19 | 80 | 0 | 51 | 5 | 2F | 130 | 45 | 1F |
| Octal | 207 | 31 | 200 | 0 | 121 | 5 | 57 | 460 | 105 | 37 |
| Binary | 10000111 | 11001 | 10000000 | 0 | 1010001 | 101 | 101111 | 100110000 | 1000101 | 11111 |
Color Harmonies of #871980
Complementary color
Monochromatic Colors of #871980
Black with #871980
Text Example
Text Example
White with #871980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871980; }
p { color: rgb(135,25,128); }
H1.HeaderClassName
{
color: #871980;
}
.AnyTagClassName
{
color: #871980;
}
</style>
background-color css
<style>
a { background-color: #871980; }
a { background-color: rgb(135,25,128); }
div.DivClassName
{
background-color: #871980;
}
.BgClassName
{
background-color: #871980;
}
</style>
border-color css
<style>
span { border-color: #871980; }
span { border-color: rgb(135,25,128); }
td.TdClassName
{
border-color: #871980;
}
.TagClassName
{
border-color: #871980;
}
</style>