Shades of Dark Purple #86356D
Tints of Dark Purple #86356D
RGB
CMYK
RGB Variations
Color information
#86356D (or 0x86356D) is known color: Dark Purple. HEX triplet: 86, 35 and 6D. RGB value is (134,53,109). Sum of RGB (Red+Green+Blue) = 134+53+109=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86356D is #79CA92. Grayscale: #535353. Windows color (decimal): -7981715 or 7157126. OLE color: 7157126.
HSL color Cylindrical-coordinate representation of color #86356D: hue angle of 318.52º 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 #86356D is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 109 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.47 |
| HSL | 318.52º | 0.43% | 0.37% | - |
| HSV(B) | 318.52º | 0.6% | 0.53% | - |
| XYZ | 13.86 | 8.72 | 15.42 | - |
| YUV | 83.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 109 | 0 | 0.60 | 0.19 | 0.47 | 318.52 | 0.43 | 0.37 |
| Hex | 86 | 35 | 6D | 0 | 3C | 13 | 2F | 13F | 2B | 25 |
| Octal | 206 | 65 | 155 | 0 | 74 | 23 | 57 | 477 | 53 | 45 |
| Binary | 10000110 | 110101 | 1101101 | 0 | 111100 | 10011 | 101111 | 100111111 | 101011 | 100101 |
Color Harmonies of #86356D
Complementary color
Monochromatic Colors of #86356D
Black with #86356D
Text Example
Text Example
White with #86356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86356D; }
p { color: rgb(134,53,109); }
H1.HeaderClassName
{
color: #86356D;
}
.AnyTagClassName
{
color: #86356D;
}
</style>
background-color css
<style>
a { background-color: #86356D; }
a { background-color: rgb(134,53,109); }
div.DivClassName
{
background-color: #86356D;
}
.BgClassName
{
background-color: #86356D;
}
</style>
border-color css
<style>
span { border-color: #86356D; }
span { border-color: rgb(134,53,109); }
td.TdClassName
{
border-color: #86356D;
}
.TagClassName
{
border-color: #86356D;
}
</style>