Shades of Dark Purple #86137F
Tints of Dark Purple #86137F
RGB
CMYK
RGB Variations
Color information
#86137F (or 0x86137F) is known color: Dark Purple. HEX triplet: 86, 13 and 7F. RGB value is (134,19,127). Sum of RGB (Red+Green+Blue) = 134+19+127=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86137F is #79EC80. Grayscale: #414141. Windows color (decimal): -7990401 or 8328070. OLE color: 8328070.
HSL color Cylindrical-coordinate representation of color #86137F: hue angle of 303.65º 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 #86137F is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 127 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.47 |
| HSL | 303.65º | 0.75% | 0.3% | - |
| HSV(B) | 303.65º | 0.86% | 0.53% | - |
| XYZ | 13.9 | 7.07 | 20.71 | - |
| YUV | 65.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 127 | 0 | 0.86 | 0.05 | 0.47 | 303.65 | 0.75 | 0.3 |
| Hex | 86 | 13 | 7F | 0 | 56 | 5 | 2F | 130 | 4B | 1E |
| Octal | 206 | 23 | 177 | 0 | 126 | 5 | 57 | 460 | 113 | 36 |
| Binary | 10000110 | 10011 | 1111111 | 0 | 1010110 | 101 | 101111 | 100110000 | 1001011 | 11110 |
Color Harmonies of #86137F
Complementary color
Monochromatic Colors of #86137F
Black with #86137F
Text Example
Text Example
White with #86137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86137F; }
p { color: rgb(134,19,127); }
H1.HeaderClassName
{
color: #86137F;
}
.AnyTagClassName
{
color: #86137F;
}
</style>
background-color css
<style>
a { background-color: #86137F; }
a { background-color: rgb(134,19,127); }
div.DivClassName
{
background-color: #86137F;
}
.BgClassName
{
background-color: #86137F;
}
</style>
border-color css
<style>
span { border-color: #86137F; }
span { border-color: rgb(134,19,127); }
td.TdClassName
{
border-color: #86137F;
}
.TagClassName
{
border-color: #86137F;
}
</style>