Shades of Dark Purple #86117A
Tints of Dark Purple #86117A
RGB
CMYK
RGB Variations
Color information
#86117A (or 0x86117A) is known color: Dark Purple. HEX triplet: 86, 11 and 7A. RGB value is (134,17,122). Sum of RGB (Red+Green+Blue) = 134+17+122=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #86117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86117A is #79EE85. Grayscale: #3F3F3F. Windows color (decimal): -7990918 or 7999878. OLE color: 7999878.
HSL color Cylindrical-coordinate representation of color #86117A: hue angle of 306.15º 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 #86117A is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 122 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.47 |
| HSL | 306.15º | 0.77% | 0.3% | - |
| HSV(B) | 306.15º | 0.87% | 0.53% | - |
| XYZ | 13.54 | 6.87 | 19.03 | - |
| YUV | 63.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 122 | 0 | 0.87 | 0.09 | 0.47 | 306.15 | 0.77 | 0.3 |
| Hex | 86 | 11 | 7A | 0 | 57 | 9 | 2F | 132 | 4D | 1E |
| Octal | 206 | 21 | 172 | 0 | 127 | 11 | 57 | 462 | 115 | 36 |
| Binary | 10000110 | 10001 | 1111010 | 0 | 1010111 | 1001 | 101111 | 100110010 | 1001101 | 11110 |
Color Harmonies of #86117A
Complementary color
Monochromatic Colors of #86117A
Black with #86117A
Text Example
Text Example
White with #86117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86117A; }
p { color: rgb(134,17,122); }
H1.HeaderClassName
{
color: #86117A;
}
.AnyTagClassName
{
color: #86117A;
}
</style>
background-color css
<style>
a { background-color: #86117A; }
a { background-color: rgb(134,17,122); }
div.DivClassName
{
background-color: #86117A;
}
.BgClassName
{
background-color: #86117A;
}
</style>
border-color css
<style>
span { border-color: #86117A; }
span { border-color: rgb(134,17,122); }
td.TdClassName
{
border-color: #86117A;
}
.TagClassName
{
border-color: #86117A;
}
</style>