Shades of Dark Purple #86106C
Tints of Dark Purple #86106C
RGB
CMYK
RGB Variations
Color information
#86106C (or 0x86106C) is known color: Dark Purple. HEX triplet: 86, 10 and 6C. RGB value is (134,16,108). Sum of RGB (Red+Green+Blue) = 134+16+108=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86106C is #79EF93. Grayscale: #3D3D3D. Windows color (decimal): -7991188 or 7082118. OLE color: 7082118.
HSL color Cylindrical-coordinate representation of color #86106C: hue angle of 313.22º 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 #86106C is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 108 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.47 |
| HSL | 313.22º | 0.79% | 0.29% | - |
| HSV(B) | 313.22º | 0.88% | 0.53% | - |
| XYZ | 12.72 | 6.52 | 14.78 | - |
| YUV | 61.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 108 | 0 | 0.88 | 0.19 | 0.47 | 313.22 | 0.79 | 0.29 |
| Hex | 86 | 10 | 6C | 0 | 58 | 13 | 2F | 139 | 4F | 1D |
| Octal | 206 | 20 | 154 | 0 | 130 | 23 | 57 | 471 | 117 | 35 |
| Binary | 10000110 | 10000 | 1101100 | 0 | 1011000 | 10011 | 101111 | 100111001 | 1001111 | 11101 |
Color Harmonies of #86106C
Complementary color
Monochromatic Colors of #86106C
Black with #86106C
Text Example
Text Example
White with #86106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86106C; }
p { color: rgb(134,16,108); }
H1.HeaderClassName
{
color: #86106C;
}
.AnyTagClassName
{
color: #86106C;
}
</style>
background-color css
<style>
a { background-color: #86106C; }
a { background-color: rgb(134,16,108); }
div.DivClassName
{
background-color: #86106C;
}
.BgClassName
{
background-color: #86106C;
}
</style>
border-color css
<style>
span { border-color: #86106C; }
span { border-color: rgb(134,16,108); }
td.TdClassName
{
border-color: #86106C;
}
.TagClassName
{
border-color: #86106C;
}
</style>