Shades of Dark Purple #87116D
Tints of Dark Purple #87116D
RGB
CMYK
RGB Variations
Color information
#87116D (or 0x87116D) is known color: Dark Purple. HEX triplet: 87, 11 and 6D. RGB value is (135,17,109). Sum of RGB (Red+Green+Blue) = 135+17+109=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87116D is #78EE92. Grayscale: #3E3E3E. Windows color (decimal): -7925395 or 7147911. OLE color: 7147911.
HSL color Cylindrical-coordinate representation of color #87116D: hue angle of 313.22º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87116D is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 109 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.47 |
| HSL | 313.22º | 0.78% | 0.3% | - |
| HSV(B) | 313.22º | 0.87% | 0.53% | - |
| XYZ | 12.95 | 6.66 | 15.07 | - |
| YUV | 62.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 109 | 0 | 0.87 | 0.19 | 0.47 | 313.22 | 0.78 | 0.3 |
| Hex | 87 | 11 | 6D | 0 | 57 | 13 | 2F | 139 | 4E | 1E |
| Octal | 207 | 21 | 155 | 0 | 127 | 23 | 57 | 471 | 116 | 36 |
| Binary | 10000111 | 10001 | 1101101 | 0 | 1010111 | 10011 | 101111 | 100111001 | 1001110 | 11110 |
Color Harmonies of #87116D
Complementary color
Monochromatic Colors of #87116D
Black with #87116D
Text Example
Text Example
White with #87116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87116D; }
p { color: rgb(135,17,109); }
H1.HeaderClassName
{
color: #87116D;
}
.AnyTagClassName
{
color: #87116D;
}
</style>
background-color css
<style>
a { background-color: #87116D; }
a { background-color: rgb(135,17,109); }
div.DivClassName
{
background-color: #87116D;
}
.BgClassName
{
background-color: #87116D;
}
</style>
border-color css
<style>
span { border-color: #87116D; }
span { border-color: rgb(135,17,109); }
td.TdClassName
{
border-color: #87116D;
}
.TagClassName
{
border-color: #87116D;
}
</style>