Shades of Dark Purple #86396D
Tints of Dark Purple #86396D
RGB
CMYK
RGB Variations
Color information
#86396D (or 0x86396D) is known color: Dark Purple. HEX triplet: 86, 39 and 6D. RGB value is (134,57,109). Sum of RGB (Red+Green+Blue) = 134+57+109=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #86396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86396D is #79C692. Grayscale: #555555. Windows color (decimal): -7980691 or 7158150. OLE color: 7158150.
HSL color Cylindrical-coordinate representation of color #86396D: hue angle of 319.48º 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 #86396D is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 109 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.47 |
| HSL | 319.48º | 0.4% | 0.37% | - |
| HSV(B) | 319.48º | 0.57% | 0.53% | - |
| XYZ | 14.05 | 9.1 | 15.48 | - |
| YUV | 85.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 109 | 0 | 0.57 | 0.19 | 0.47 | 319.48 | 0.4 | 0.37 |
| Hex | 86 | 39 | 6D | 0 | 39 | 13 | 2F | 13F | 28 | 25 |
| Octal | 206 | 71 | 155 | 0 | 71 | 23 | 57 | 477 | 50 | 45 |
| Binary | 10000110 | 111001 | 1101101 | 0 | 111001 | 10011 | 101111 | 100111111 | 101000 | 100101 |
Color Harmonies of #86396D
Complementary color
Monochromatic Colors of #86396D
Black with #86396D
Text Example
Text Example
White with #86396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86396D; }
p { color: rgb(134,57,109); }
H1.HeaderClassName
{
color: #86396D;
}
.AnyTagClassName
{
color: #86396D;
}
</style>
background-color css
<style>
a { background-color: #86396D; }
a { background-color: rgb(134,57,109); }
div.DivClassName
{
background-color: #86396D;
}
.BgClassName
{
background-color: #86396D;
}
</style>
border-color css
<style>
span { border-color: #86396D; }
span { border-color: rgb(134,57,109); }
td.TdClassName
{
border-color: #86396D;
}
.TagClassName
{
border-color: #86396D;
}
</style>