Shades of Dark Purple #86396E
Tints of Dark Purple #86396E
RGB
CMYK
RGB Variations
Color information
#86396E (or 0x86396E) is known color: Dark Purple. HEX triplet: 86, 39 and 6E. RGB value is (134,57,110). Sum of RGB (Red+Green+Blue) = 134+57+110=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #86396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86396E is #79C691. Grayscale: #555555. Windows color (decimal): -7980690 or 7223686. OLE color: 7223686.
HSL color Cylindrical-coordinate representation of color #86396E: hue angle of 318.7º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86396E is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 110 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.47 |
| HSL | 318.7º | 0.4% | 0.37% | - |
| HSV(B) | 318.7º | 0.57% | 0.53% | - |
| XYZ | 14.11 | 9.12 | 15.77 | - |
| YUV | 86.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 110 | 0 | 0.57 | 0.18 | 0.47 | 318.7 | 0.4 | 0.37 |
| Hex | 86 | 39 | 6E | 0 | 39 | 12 | 2F | 13F | 28 | 25 |
| Octal | 206 | 71 | 156 | 0 | 71 | 22 | 57 | 477 | 50 | 45 |
| Binary | 10000110 | 111001 | 1101110 | 0 | 111001 | 10010 | 101111 | 100111111 | 101000 | 100101 |
Color Harmonies of #86396E
Complementary color
Monochromatic Colors of #86396E
Black with #86396E
Text Example
Text Example
White with #86396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86396E; }
p { color: rgb(134,57,110); }
H1.HeaderClassName
{
color: #86396E;
}
.AnyTagClassName
{
color: #86396E;
}
</style>
background-color css
<style>
a { background-color: #86396E; }
a { background-color: rgb(134,57,110); }
div.DivClassName
{
background-color: #86396E;
}
.BgClassName
{
background-color: #86396E;
}
</style>
border-color css
<style>
span { border-color: #86396E; }
span { border-color: rgb(134,57,110); }
td.TdClassName
{
border-color: #86396E;
}
.TagClassName
{
border-color: #86396E;
}
</style>