Shades of Dark Purple #86137D
Tints of Dark Purple #86137D
RGB
CMYK
RGB Variations
Color information
#86137D (or 0x86137D) is known color: Dark Purple. HEX triplet: 86, 13 and 7D. RGB value is (134,19,125). Sum of RGB (Red+Green+Blue) = 134+19+125=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86137D is #79EC82. Grayscale: #414141. Windows color (decimal): -7990403 or 8196998. OLE color: 8196998.
HSL color Cylindrical-coordinate representation of color #86137D: hue angle of 304.7º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86137D is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 125 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.47 |
| HSL | 304.7º | 0.75% | 0.3% | - |
| HSV(B) | 304.7º | 0.86% | 0.53% | - |
| XYZ | 13.77 | 7.01 | 20.03 | - |
| YUV | 65.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 125 | 0 | 0.86 | 0.07 | 0.47 | 304.7 | 0.75 | 0.3 |
| Hex | 86 | 13 | 7D | 0 | 56 | 7 | 2F | 131 | 4B | 1E |
| Octal | 206 | 23 | 175 | 0 | 126 | 7 | 57 | 461 | 113 | 36 |
| Binary | 10000110 | 10011 | 1111101 | 0 | 1010110 | 111 | 101111 | 100110001 | 1001011 | 11110 |
Color Harmonies of #86137D
Complementary color
Monochromatic Colors of #86137D
Black with #86137D
Text Example
Text Example
White with #86137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86137D; }
p { color: rgb(134,19,125); }
H1.HeaderClassName
{
color: #86137D;
}
.AnyTagClassName
{
color: #86137D;
}
</style>
background-color css
<style>
a { background-color: #86137D; }
a { background-color: rgb(134,19,125); }
div.DivClassName
{
background-color: #86137D;
}
.BgClassName
{
background-color: #86137D;
}
</style>
border-color css
<style>
span { border-color: #86137D; }
span { border-color: rgb(134,19,125); }
td.TdClassName
{
border-color: #86137D;
}
.TagClassName
{
border-color: #86137D;
}
</style>