Shades of Dark Purple #86136A
Tints of Dark Purple #86136A
RGB
CMYK
RGB Variations
Color information
#86136A (or 0x86136A) is known color: Dark Purple. HEX triplet: 86, 13 and 6A. RGB value is (134,19,106). Sum of RGB (Red+Green+Blue) = 134+19+106=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86136A is #79EC95. Grayscale: #3F3F3F. Windows color (decimal): -7990422 or 6951814. OLE color: 6951814.
HSL color Cylindrical-coordinate representation of color #86136A: hue angle of 314.61º 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 #86136A is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 106 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.47 |
| HSL | 314.61º | 0.75% | 0.3% | - |
| HSV(B) | 314.61º | 0.86% | 0.53% | - |
| XYZ | 12.67 | 6.57 | 14.24 | - |
| YUV | 63.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 106 | 0 | 0.86 | 0.21 | 0.47 | 314.61 | 0.75 | 0.3 |
| Hex | 86 | 13 | 6A | 0 | 56 | 15 | 2F | 13B | 4B | 1E |
| Octal | 206 | 23 | 152 | 0 | 126 | 25 | 57 | 473 | 113 | 36 |
| Binary | 10000110 | 10011 | 1101010 | 0 | 1010110 | 10101 | 101111 | 100111011 | 1001011 | 11110 |
Color Harmonies of #86136A
Complementary color
Monochromatic Colors of #86136A
Black with #86136A
Text Example
Text Example
White with #86136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86136A; }
p { color: rgb(134,19,106); }
H1.HeaderClassName
{
color: #86136A;
}
.AnyTagClassName
{
color: #86136A;
}
</style>
background-color css
<style>
a { background-color: #86136A; }
a { background-color: rgb(134,19,106); }
div.DivClassName
{
background-color: #86136A;
}
.BgClassName
{
background-color: #86136A;
}
</style>
border-color css
<style>
span { border-color: #86136A; }
span { border-color: rgb(134,19,106); }
td.TdClassName
{
border-color: #86136A;
}
.TagClassName
{
border-color: #86136A;
}
</style>