Shades of Dark Purple #87196F
Tints of Dark Purple #87196F
RGB
CMYK
RGB Variations
Color information
#87196F (or 0x87196F) is known color: Dark Purple. HEX triplet: 87, 19 and 6F. RGB value is (135,25,111). Sum of RGB (Red+Green+Blue) = 135+25+111=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #87196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87196F is #78E690. Grayscale: #434343. Windows color (decimal): -7923345 or 7281031. OLE color: 7281031.
HSL color Cylindrical-coordinate representation of color #87196F: hue angle of 313.09º 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 #87196F is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 111 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.47 |
| HSL | 313.09º | 0.69% | 0.31% | - |
| HSV(B) | 313.09º | 0.81% | 0.53% | - |
| XYZ | 13.21 | 6.99 | 15.69 | - |
| YUV | 67.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 111 | 0 | 0.81 | 0.18 | 0.47 | 313.09 | 0.69 | 0.31 |
| Hex | 87 | 19 | 6F | 0 | 51 | 12 | 2F | 139 | 45 | 1F |
| Octal | 207 | 31 | 157 | 0 | 121 | 22 | 57 | 471 | 105 | 37 |
| Binary | 10000111 | 11001 | 1101111 | 0 | 1010001 | 10010 | 101111 | 100111001 | 1000101 | 11111 |
Color Harmonies of #87196F
Complementary color
Monochromatic Colors of #87196F
Black with #87196F
Text Example
Text Example
White with #87196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87196F; }
p { color: rgb(135,25,111); }
H1.HeaderClassName
{
color: #87196F;
}
.AnyTagClassName
{
color: #87196F;
}
</style>
background-color css
<style>
a { background-color: #87196F; }
a { background-color: rgb(135,25,111); }
div.DivClassName
{
background-color: #87196F;
}
.BgClassName
{
background-color: #87196F;
}
</style>
border-color css
<style>
span { border-color: #87196F; }
span { border-color: rgb(135,25,111); }
td.TdClassName
{
border-color: #87196F;
}
.TagClassName
{
border-color: #87196F;
}
</style>