Shades of Dark Purple #86356F
Tints of Dark Purple #86356F
RGB
CMYK
RGB Variations
Color information
#86356F (or 0x86356F) is known color: Dark Purple. HEX triplet: 86, 35 and 6F. RGB value is (134,53,111). Sum of RGB (Red+Green+Blue) = 134+53+111=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86356F is #79CA90. Grayscale: #535353. Windows color (decimal): -7981713 or 7288198. OLE color: 7288198.
HSL color Cylindrical-coordinate representation of color #86356F: hue angle of 317.04º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86356F is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 111 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.47 |
| HSL | 317.04º | 0.43% | 0.37% | - |
| HSV(B) | 317.04º | 0.6% | 0.53% | - |
| XYZ | 13.97 | 8.76 | 15.99 | - |
| YUV | 83.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 111 | 0 | 0.60 | 0.17 | 0.47 | 317.04 | 0.43 | 0.37 |
| Hex | 86 | 35 | 6F | 0 | 3C | 11 | 2F | 13D | 2B | 25 |
| Octal | 206 | 65 | 157 | 0 | 74 | 21 | 57 | 475 | 53 | 45 |
| Binary | 10000110 | 110101 | 1101111 | 0 | 111100 | 10001 | 101111 | 100111101 | 101011 | 100101 |
Color Harmonies of #86356F
Complementary color
Monochromatic Colors of #86356F
Black with #86356F
Text Example
Text Example
White with #86356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86356F; }
p { color: rgb(134,53,111); }
H1.HeaderClassName
{
color: #86356F;
}
.AnyTagClassName
{
color: #86356F;
}
</style>
background-color css
<style>
a { background-color: #86356F; }
a { background-color: rgb(134,53,111); }
div.DivClassName
{
background-color: #86356F;
}
.BgClassName
{
background-color: #86356F;
}
</style>
border-color css
<style>
span { border-color: #86356F; }
span { border-color: rgb(134,53,111); }
td.TdClassName
{
border-color: #86356F;
}
.TagClassName
{
border-color: #86356F;
}
</style>