Shades of Dark Purple #86357F
Tints of Dark Purple #86357F
RGB
CMYK
RGB Variations
Color information
#86357F (or 0x86357F) is known color: Dark Purple. HEX triplet: 86, 35 and 7F. RGB value is (134,53,127). Sum of RGB (Red+Green+Blue) = 134+53+127=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86357F is #79CA80. Grayscale: #555555. Windows color (decimal): -7981697 or 8336774. OLE color: 8336774.
HSL color Cylindrical-coordinate representation of color #86357F: hue angle of 305.19º 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 #86357F is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 127 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.47 |
| HSL | 305.19º | 0.43% | 0.37% | - |
| HSV(B) | 305.19º | 0.6% | 0.53% | - |
| XYZ | 14.94 | 9.15 | 21.06 | - |
| YUV | 85.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 127 | 0 | 0.60 | 0.05 | 0.47 | 305.19 | 0.43 | 0.37 |
| Hex | 86 | 35 | 7F | 0 | 3C | 5 | 2F | 131 | 2B | 25 |
| Octal | 206 | 65 | 177 | 0 | 74 | 5 | 57 | 461 | 53 | 45 |
| Binary | 10000110 | 110101 | 1111111 | 0 | 111100 | 101 | 101111 | 100110001 | 101011 | 100101 |
Color Harmonies of #86357F
Complementary color
Monochromatic Colors of #86357F
Black with #86357F
Text Example
Text Example
White with #86357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86357F; }
p { color: rgb(134,53,127); }
H1.HeaderClassName
{
color: #86357F;
}
.AnyTagClassName
{
color: #86357F;
}
</style>
background-color css
<style>
a { background-color: #86357F; }
a { background-color: rgb(134,53,127); }
div.DivClassName
{
background-color: #86357F;
}
.BgClassName
{
background-color: #86357F;
}
</style>
border-color css
<style>
span { border-color: #86357F; }
span { border-color: rgb(134,53,127); }
td.TdClassName
{
border-color: #86357F;
}
.TagClassName
{
border-color: #86357F;
}
</style>