Shades of Dark Purple #86206B
Tints of Dark Purple #86206B
RGB
CMYK
RGB Variations
Color information
#86206B (or 0x86206B) is known color: Dark Purple. HEX triplet: 86, 20 and 6B. RGB value is (134,32,107). Sum of RGB (Red+Green+Blue) = 134+32+107=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #86206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86206B is #79DF94. Grayscale: #464646. Windows color (decimal): -7987093 or 7020678. OLE color: 7020678.
HSL color Cylindrical-coordinate representation of color #86206B: hue angle of 315.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86206B is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 107 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.47 |
| HSL | 315.88º | 0.61% | 0.33% | - |
| HSV(B) | 315.88º | 0.76% | 0.53% | - |
| XYZ | 13 | 7.16 | 14.61 | - |
| YUV | 71.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 107 | 0 | 0.76 | 0.20 | 0.47 | 315.88 | 0.61 | 0.33 |
| Hex | 86 | 20 | 6B | 0 | 4C | 14 | 2F | 13C | 3D | 21 |
| Octal | 206 | 40 | 153 | 0 | 114 | 24 | 57 | 474 | 75 | 41 |
| Binary | 10000110 | 100000 | 1101011 | 0 | 1001100 | 10100 | 101111 | 100111100 | 111101 | 100001 |
Color Harmonies of #86206B
Complementary color
Monochromatic Colors of #86206B
Black with #86206B
Text Example
Text Example
White with #86206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86206B; }
p { color: rgb(134,32,107); }
H1.HeaderClassName
{
color: #86206B;
}
.AnyTagClassName
{
color: #86206B;
}
</style>
background-color css
<style>
a { background-color: #86206B; }
a { background-color: rgb(134,32,107); }
div.DivClassName
{
background-color: #86206B;
}
.BgClassName
{
background-color: #86206B;
}
</style>
border-color css
<style>
span { border-color: #86206B; }
span { border-color: rgb(134,32,107); }
td.TdClassName
{
border-color: #86206B;
}
.TagClassName
{
border-color: #86206B;
}
</style>