Shades of Dark Purple #87117D
Tints of Dark Purple #87117D
RGB
CMYK
RGB Variations
Color information
#87117D (or 0x87117D) is known color: Dark Purple. HEX triplet: 87, 11 and 7D. RGB value is (135,17,125). Sum of RGB (Red+Green+Blue) = 135+17+125=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87117D is #78EE82. Grayscale: #404040. Windows color (decimal): -7925379 or 8196487. OLE color: 8196487.
HSL color Cylindrical-coordinate representation of color #87117D: hue angle of 305.08º 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 #87117D is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 125 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.47 |
| HSL | 305.08º | 0.78% | 0.3% | - |
| HSV(B) | 305.08º | 0.87% | 0.53% | - |
| XYZ | 13.89 | 7.03 | 20.03 | - |
| YUV | 64.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 125 | 0 | 0.87 | 0.07 | 0.47 | 305.08 | 0.78 | 0.3 |
| Hex | 87 | 11 | 7D | 0 | 57 | 7 | 2F | 131 | 4E | 1E |
| Octal | 207 | 21 | 175 | 0 | 127 | 7 | 57 | 461 | 116 | 36 |
| Binary | 10000111 | 10001 | 1111101 | 0 | 1010111 | 111 | 101111 | 100110001 | 1001110 | 11110 |
Color Harmonies of #87117D
Complementary color
Monochromatic Colors of #87117D
Black with #87117D
Text Example
Text Example
White with #87117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87117D; }
p { color: rgb(135,17,125); }
H1.HeaderClassName
{
color: #87117D;
}
.AnyTagClassName
{
color: #87117D;
}
</style>
background-color css
<style>
a { background-color: #87117D; }
a { background-color: rgb(135,17,125); }
div.DivClassName
{
background-color: #87117D;
}
.BgClassName
{
background-color: #87117D;
}
</style>
border-color css
<style>
span { border-color: #87117D; }
span { border-color: rgb(135,17,125); }
td.TdClassName
{
border-color: #87117D;
}
.TagClassName
{
border-color: #87117D;
}
</style>