Shades of Dark Purple #86106D
Tints of Dark Purple #86106D
RGB
CMYK
RGB Variations
Color information
#86106D (or 0x86106D) is known color: Dark Purple. HEX triplet: 86, 10 and 6D. RGB value is (134,16,109). Sum of RGB (Red+Green+Blue) = 134+16+109=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86106D is #79EF92. Grayscale: #3D3D3D. Windows color (decimal): -7991187 or 7147654. OLE color: 7147654.
HSL color Cylindrical-coordinate representation of color #86106D: hue angle of 312.71º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86106D is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 109 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.47 |
| HSL | 312.71º | 0.79% | 0.29% | - |
| HSV(B) | 312.71º | 0.88% | 0.53% | - |
| XYZ | 12.78 | 6.54 | 15.06 | - |
| YUV | 61.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 109 | 0 | 0.88 | 0.19 | 0.47 | 312.71 | 0.79 | 0.29 |
| Hex | 86 | 10 | 6D | 0 | 58 | 13 | 2F | 139 | 4F | 1D |
| Octal | 206 | 20 | 155 | 0 | 130 | 23 | 57 | 471 | 117 | 35 |
| Binary | 10000110 | 10000 | 1101101 | 0 | 1011000 | 10011 | 101111 | 100111001 | 1001111 | 11101 |
Color Harmonies of #86106D
Complementary color
Monochromatic Colors of #86106D
Black with #86106D
Text Example
Text Example
White with #86106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86106D; }
p { color: rgb(134,16,109); }
H1.HeaderClassName
{
color: #86106D;
}
.AnyTagClassName
{
color: #86106D;
}
</style>
background-color css
<style>
a { background-color: #86106D; }
a { background-color: rgb(134,16,109); }
div.DivClassName
{
background-color: #86106D;
}
.BgClassName
{
background-color: #86106D;
}
</style>
border-color css
<style>
span { border-color: #86106D; }
span { border-color: rgb(134,16,109); }
td.TdClassName
{
border-color: #86106D;
}
.TagClassName
{
border-color: #86106D;
}
</style>