Shades of Dark Purple #86117D
Tints of Dark Purple #86117D
RGB
CMYK
RGB Variations
Color information
#86117D (or 0x86117D) is known color: Dark Purple. HEX triplet: 86, 11 and 7D. RGB value is (134,17,125). Sum of RGB (Red+Green+Blue) = 134+17+125=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86117D is #79EE82. Grayscale: #3F3F3F. Windows color (decimal): -7990915 or 8196486. OLE color: 8196486.
HSL color Cylindrical-coordinate representation of color #86117D: hue angle of 304.62º degrees, saturation: 0.77, 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 #86117D is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 125 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.47 |
| HSL | 304.62º | 0.77% | 0.3% | - |
| HSV(B) | 304.62º | 0.87% | 0.53% | - |
| XYZ | 13.73 | 6.95 | 20.02 | - |
| YUV | 64.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 125 | 0 | 0.87 | 0.07 | 0.47 | 304.62 | 0.77 | 0.3 |
| Hex | 86 | 11 | 7D | 0 | 57 | 7 | 2F | 131 | 4D | 1E |
| Octal | 206 | 21 | 175 | 0 | 127 | 7 | 57 | 461 | 115 | 36 |
| Binary | 10000110 | 10001 | 1111101 | 0 | 1010111 | 111 | 101111 | 100110001 | 1001101 | 11110 |
Color Harmonies of #86117D
Complementary color
Monochromatic Colors of #86117D
Black with #86117D
Text Example
Text Example
White with #86117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86117D; }
p { color: rgb(134,17,125); }
H1.HeaderClassName
{
color: #86117D;
}
.AnyTagClassName
{
color: #86117D;
}
</style>
background-color css
<style>
a { background-color: #86117D; }
a { background-color: rgb(134,17,125); }
div.DivClassName
{
background-color: #86117D;
}
.BgClassName
{
background-color: #86117D;
}
</style>
border-color css
<style>
span { border-color: #86117D; }
span { border-color: rgb(134,17,125); }
td.TdClassName
{
border-color: #86117D;
}
.TagClassName
{
border-color: #86117D;
}
</style>