Shades of Dark Purple #86136F
Tints of Dark Purple #86136F
RGB
CMYK
RGB Variations
Color information
#86136F (or 0x86136F) is known color: Dark Purple. HEX triplet: 86, 13 and 6F. RGB value is (134,19,111). Sum of RGB (Red+Green+Blue) = 134+19+111=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86136F is #79EC90. Grayscale: #3F3F3F. Windows color (decimal): -7990417 or 7279494. OLE color: 7279494.
HSL color Cylindrical-coordinate representation of color #86136F: hue angle of 312º 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 #86136F is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 111 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.47 |
| HSL | 312º | 0.75% | 0.3% | - |
| HSV(B) | 312º | 0.86% | 0.53% | - |
| XYZ | 12.93 | 6.68 | 15.65 | - |
| YUV | 63.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 111 | 0 | 0.86 | 0.17 | 0.47 | 312 | 0.75 | 0.3 |
| Hex | 86 | 13 | 6F | 0 | 56 | 11 | 2F | 138 | 4B | 1E |
| Octal | 206 | 23 | 157 | 0 | 126 | 21 | 57 | 470 | 113 | 36 |
| Binary | 10000110 | 10011 | 1101111 | 0 | 1010110 | 10001 | 101111 | 100111000 | 1001011 | 11110 |
Color Harmonies of #86136F
Complementary color
Monochromatic Colors of #86136F
Black with #86136F
Text Example
Text Example
White with #86136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86136F; }
p { color: rgb(134,19,111); }
H1.HeaderClassName
{
color: #86136F;
}
.AnyTagClassName
{
color: #86136F;
}
</style>
background-color css
<style>
a { background-color: #86136F; }
a { background-color: rgb(134,19,111); }
div.DivClassName
{
background-color: #86136F;
}
.BgClassName
{
background-color: #86136F;
}
</style>
border-color css
<style>
span { border-color: #86136F; }
span { border-color: rgb(134,19,111); }
td.TdClassName
{
border-color: #86136F;
}
.TagClassName
{
border-color: #86136F;
}
</style>