Shades of Dark Purple #86156B
Tints of Dark Purple #86156B
RGB
CMYK
RGB Variations
Color information
#86156B (or 0x86156B) is known color: Dark Purple. HEX triplet: 86, 15 and 6B. RGB value is (134,21,107). Sum of RGB (Red+Green+Blue) = 134+21+107=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86156B is #79EA94. Grayscale: #404040. Windows color (decimal): -7989909 or 7017862. OLE color: 7017862.
HSL color Cylindrical-coordinate representation of color #86156B: hue angle of 314.34º 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 #86156B is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 107 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.47 |
| HSL | 314.34º | 0.73% | 0.3% | - |
| HSV(B) | 314.34º | 0.84% | 0.53% | - |
| XYZ | 12.75 | 6.67 | 14.52 | - |
| YUV | 64.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 107 | 0 | 0.84 | 0.20 | 0.47 | 314.34 | 0.73 | 0.3 |
| Hex | 86 | 15 | 6B | 0 | 54 | 14 | 2F | 13A | 49 | 1E |
| Octal | 206 | 25 | 153 | 0 | 124 | 24 | 57 | 472 | 111 | 36 |
| Binary | 10000110 | 10101 | 1101011 | 0 | 1010100 | 10100 | 101111 | 100111010 | 1001001 | 11110 |
Color Harmonies of #86156B
Complementary color
Monochromatic Colors of #86156B
Black with #86156B
Text Example
Text Example
White with #86156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86156B; }
p { color: rgb(134,21,107); }
H1.HeaderClassName
{
color: #86156B;
}
.AnyTagClassName
{
color: #86156B;
}
</style>
background-color css
<style>
a { background-color: #86156B; }
a { background-color: rgb(134,21,107); }
div.DivClassName
{
background-color: #86156B;
}
.BgClassName
{
background-color: #86156B;
}
</style>
border-color css
<style>
span { border-color: #86156B; }
span { border-color: rgb(134,21,107); }
td.TdClassName
{
border-color: #86156B;
}
.TagClassName
{
border-color: #86156B;
}
</style>