Shades of Dark Purple #86137A
Tints of Dark Purple #86137A
RGB
CMYK
RGB Variations
Color information
#86137A (or 0x86137A) is known color: Dark Purple. HEX triplet: 86, 13 and 7A. RGB value is (134,19,122). Sum of RGB (Red+Green+Blue) = 134+19+122=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86137A is #79EC85. Grayscale: #404040. Windows color (decimal): -7990406 or 8000390. OLE color: 8000390.
HSL color Cylindrical-coordinate representation of color #86137A: hue angle of 306.26º 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 #86137A is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 122 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.47 |
| HSL | 306.26º | 0.75% | 0.3% | - |
| HSV(B) | 306.26º | 0.86% | 0.53% | - |
| XYZ | 13.58 | 6.94 | 19.04 | - |
| YUV | 65.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 122 | 0 | 0.86 | 0.09 | 0.47 | 306.26 | 0.75 | 0.3 |
| Hex | 86 | 13 | 7A | 0 | 56 | 9 | 2F | 132 | 4B | 1E |
| Octal | 206 | 23 | 172 | 0 | 126 | 11 | 57 | 462 | 113 | 36 |
| Binary | 10000110 | 10011 | 1111010 | 0 | 1010110 | 1001 | 101111 | 100110010 | 1001011 | 11110 |
Color Harmonies of #86137A
Complementary color
Monochromatic Colors of #86137A
Black with #86137A
Text Example
Text Example
White with #86137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86137A; }
p { color: rgb(134,19,122); }
H1.HeaderClassName
{
color: #86137A;
}
.AnyTagClassName
{
color: #86137A;
}
</style>
background-color css
<style>
a { background-color: #86137A; }
a { background-color: rgb(134,19,122); }
div.DivClassName
{
background-color: #86137A;
}
.BgClassName
{
background-color: #86137A;
}
</style>
border-color css
<style>
span { border-color: #86137A; }
span { border-color: rgb(134,19,122); }
td.TdClassName
{
border-color: #86137A;
}
.TagClassName
{
border-color: #86137A;
}
</style>