Shades of Dark Purple #86156D
Tints of Dark Purple #86156D
RGB
CMYK
RGB Variations
Color information
#86156D (or 0x86156D) is known color: Dark Purple. HEX triplet: 86, 15 and 6D. RGB value is (134,21,109). Sum of RGB (Red+Green+Blue) = 134+21+109=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86156D is #79EA92. Grayscale: #404040. Windows color (decimal): -7989907 or 7148934. OLE color: 7148934.
HSL color Cylindrical-coordinate representation of color #86156D: hue angle of 313.27º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86156D is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 109 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.47 |
| HSL | 313.27º | 0.73% | 0.3% | - |
| HSV(B) | 313.27º | 0.84% | 0.53% | - |
| XYZ | 12.86 | 6.71 | 15.09 | - |
| YUV | 64.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 109 | 0 | 0.84 | 0.19 | 0.47 | 313.27 | 0.73 | 0.3 |
| Hex | 86 | 15 | 6D | 0 | 54 | 13 | 2F | 139 | 49 | 1E |
| Octal | 206 | 25 | 155 | 0 | 124 | 23 | 57 | 471 | 111 | 36 |
| Binary | 10000110 | 10101 | 1101101 | 0 | 1010100 | 10011 | 101111 | 100111001 | 1001001 | 11110 |
Color Harmonies of #86156D
Complementary color
Monochromatic Colors of #86156D
Black with #86156D
Text Example
Text Example
White with #86156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86156D; }
p { color: rgb(134,21,109); }
H1.HeaderClassName
{
color: #86156D;
}
.AnyTagClassName
{
color: #86156D;
}
</style>
background-color css
<style>
a { background-color: #86156D; }
a { background-color: rgb(134,21,109); }
div.DivClassName
{
background-color: #86156D;
}
.BgClassName
{
background-color: #86156D;
}
</style>
border-color css
<style>
span { border-color: #86156D; }
span { border-color: rgb(134,21,109); }
td.TdClassName
{
border-color: #86156D;
}
.TagClassName
{
border-color: #86156D;
}
</style>