Shades of Dark Purple #86116B
Tints of Dark Purple #86116B
RGB
CMYK
RGB Variations
Color information
#86116B (or 0x86116B) is known color: Dark Purple. HEX triplet: 86, 11 and 6B. RGB value is (134,17,107). Sum of RGB (Red+Green+Blue) = 134+17+107=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86116B is #79EE94. Grayscale: #3E3E3E. Windows color (decimal): -7990933 or 7016838. OLE color: 7016838.
HSL color Cylindrical-coordinate representation of color #86116B: hue angle of 313.85º 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 #86116B is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 107 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.47 |
| HSL | 313.85º | 0.77% | 0.3% | - |
| HSV(B) | 313.85º | 0.87% | 0.53% | - |
| XYZ | 12.69 | 6.53 | 14.5 | - |
| YUV | 62.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 107 | 0 | 0.87 | 0.20 | 0.47 | 313.85 | 0.77 | 0.3 |
| Hex | 86 | 11 | 6B | 0 | 57 | 14 | 2F | 13A | 4D | 1E |
| Octal | 206 | 21 | 153 | 0 | 127 | 24 | 57 | 472 | 115 | 36 |
| Binary | 10000110 | 10001 | 1101011 | 0 | 1010111 | 10100 | 101111 | 100111010 | 1001101 | 11110 |
Color Harmonies of #86116B
Complementary color
Monochromatic Colors of #86116B
Black with #86116B
Text Example
Text Example
White with #86116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86116B; }
p { color: rgb(134,17,107); }
H1.HeaderClassName
{
color: #86116B;
}
.AnyTagClassName
{
color: #86116B;
}
</style>
background-color css
<style>
a { background-color: #86116B; }
a { background-color: rgb(134,17,107); }
div.DivClassName
{
background-color: #86116B;
}
.BgClassName
{
background-color: #86116B;
}
</style>
border-color css
<style>
span { border-color: #86116B; }
span { border-color: rgb(134,17,107); }
td.TdClassName
{
border-color: #86116B;
}
.TagClassName
{
border-color: #86116B;
}
</style>