Shades of Dark Purple #86397D
Tints of Dark Purple #86397D
RGB
CMYK
RGB Variations
Color information
#86397D (or 0x86397D) is known color: Dark Purple. HEX triplet: 86, 39 and 7D. RGB value is (134,57,125). Sum of RGB (Red+Green+Blue) = 134+57+125=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #86397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86397D is #79C682. Grayscale: #575757. Windows color (decimal): -7980675 or 8206726. OLE color: 8206726.
HSL color Cylindrical-coordinate representation of color #86397D: hue angle of 307.01º 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 #86397D is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 125 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.47 |
| HSL | 307.01º | 0.4% | 0.37% | - |
| HSV(B) | 307.01º | 0.57% | 0.53% | - |
| XYZ | 15 | 9.48 | 20.44 | - |
| YUV | 87.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 125 | 0 | 0.57 | 0.07 | 0.47 | 307.01 | 0.4 | 0.37 |
| Hex | 86 | 39 | 7D | 0 | 39 | 7 | 2F | 133 | 28 | 25 |
| Octal | 206 | 71 | 175 | 0 | 71 | 7 | 57 | 463 | 50 | 45 |
| Binary | 10000110 | 111001 | 1111101 | 0 | 111001 | 111 | 101111 | 100110011 | 101000 | 100101 |
Color Harmonies of #86397D
Complementary color
Monochromatic Colors of #86397D
Black with #86397D
Text Example
Text Example
White with #86397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86397D; }
p { color: rgb(134,57,125); }
H1.HeaderClassName
{
color: #86397D;
}
.AnyTagClassName
{
color: #86397D;
}
</style>
background-color css
<style>
a { background-color: #86397D; }
a { background-color: rgb(134,57,125); }
div.DivClassName
{
background-color: #86397D;
}
.BgClassName
{
background-color: #86397D;
}
</style>
border-color css
<style>
span { border-color: #86397D; }
span { border-color: rgb(134,57,125); }
td.TdClassName
{
border-color: #86397D;
}
.TagClassName
{
border-color: #86397D;
}
</style>