Shades of Dark Purple #86196D
Tints of Dark Purple #86196D
RGB
CMYK
RGB Variations
Color information
#86196D (or 0x86196D) is known color: Dark Purple. HEX triplet: 86, 19 and 6D. RGB value is (134,25,109). Sum of RGB (Red+Green+Blue) = 134+25+109=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #86196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86196D is #79E692. Grayscale: #424242. Windows color (decimal): -7988883 or 7149958. OLE color: 7149958.
HSL color Cylindrical-coordinate representation of color #86196D: hue angle of 313.76º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86196D is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 109 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.47 |
| HSL | 313.76º | 0.69% | 0.31% | - |
| HSV(B) | 313.76º | 0.81% | 0.53% | - |
| XYZ | 12.94 | 6.87 | 15.11 | - |
| YUV | 67.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 109 | 0 | 0.81 | 0.19 | 0.47 | 313.76 | 0.69 | 0.31 |
| Hex | 86 | 19 | 6D | 0 | 51 | 13 | 2F | 13A | 45 | 1F |
| Octal | 206 | 31 | 155 | 0 | 121 | 23 | 57 | 472 | 105 | 37 |
| Binary | 10000110 | 11001 | 1101101 | 0 | 1010001 | 10011 | 101111 | 100111010 | 1000101 | 11111 |
Color Harmonies of #86196D
Complementary color
Monochromatic Colors of #86196D
Black with #86196D
Text Example
Text Example
White with #86196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86196D; }
p { color: rgb(134,25,109); }
H1.HeaderClassName
{
color: #86196D;
}
.AnyTagClassName
{
color: #86196D;
}
</style>
background-color css
<style>
a { background-color: #86196D; }
a { background-color: rgb(134,25,109); }
div.DivClassName
{
background-color: #86196D;
}
.BgClassName
{
background-color: #86196D;
}
</style>
border-color css
<style>
span { border-color: #86196D; }
span { border-color: rgb(134,25,109); }
td.TdClassName
{
border-color: #86196D;
}
.TagClassName
{
border-color: #86196D;
}
</style>