Shades of Dark Purple #87136F
Tints of Dark Purple #87136F
RGB
CMYK
RGB Variations
Color information
#87136F (or 0x87136F) is known color: Dark Purple. HEX triplet: 87, 13 and 6F. RGB value is (135,19,111). Sum of RGB (Red+Green+Blue) = 135+19+111=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87136F is #78EC90. Grayscale: #3F3F3F. Windows color (decimal): -7924881 or 7279495. OLE color: 7279495.
HSL color Cylindrical-coordinate representation of color #87136F: hue angle of 312.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87136F is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 111 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.47 |
| HSL | 312.41º | 0.75% | 0.3% | - |
| HSV(B) | 312.41º | 0.86% | 0.53% | - |
| XYZ | 13.09 | 6.76 | 15.65 | - |
| YUV | 64.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 111 | 0 | 0.86 | 0.18 | 0.47 | 312.41 | 0.75 | 0.3 |
| Hex | 87 | 13 | 6F | 0 | 56 | 12 | 2F | 138 | 4B | 1E |
| Octal | 207 | 23 | 157 | 0 | 126 | 22 | 57 | 470 | 113 | 36 |
| Binary | 10000111 | 10011 | 1101111 | 0 | 1010110 | 10010 | 101111 | 100111000 | 1001011 | 11110 |
Color Harmonies of #87136F
Complementary color
Monochromatic Colors of #87136F
Black with #87136F
Text Example
Text Example
White with #87136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87136F; }
p { color: rgb(135,19,111); }
H1.HeaderClassName
{
color: #87136F;
}
.AnyTagClassName
{
color: #87136F;
}
</style>
background-color css
<style>
a { background-color: #87136F; }
a { background-color: rgb(135,19,111); }
div.DivClassName
{
background-color: #87136F;
}
.BgClassName
{
background-color: #87136F;
}
</style>
border-color css
<style>
span { border-color: #87136F; }
span { border-color: rgb(135,19,111); }
td.TdClassName
{
border-color: #87136F;
}
.TagClassName
{
border-color: #87136F;
}
</style>