Shades of Dark Purple #86207A
Tints of Dark Purple #86207A
RGB
CMYK
RGB Variations
Color information
#86207A (or 0x86207A) is known color: Dark Purple. HEX triplet: 86, 20 and 7A. RGB value is (134,32,122). Sum of RGB (Red+Green+Blue) = 134+32+122=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #86207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86207A is #79DF85. Grayscale: #484848. Windows color (decimal): -7987078 or 8003718. OLE color: 8003718.
HSL color Cylindrical-coordinate representation of color #86207A: hue angle of 307.06º 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 #86207A is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 122 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.47 |
| HSL | 307.06º | 0.61% | 0.33% | - |
| HSV(B) | 307.06º | 0.76% | 0.53% | - |
| XYZ | 13.86 | 7.51 | 19.13 | - |
| YUV | 72.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 122 | 0 | 0.76 | 0.09 | 0.47 | 307.06 | 0.61 | 0.33 |
| Hex | 86 | 20 | 7A | 0 | 4C | 9 | 2F | 133 | 3D | 21 |
| Octal | 206 | 40 | 172 | 0 | 114 | 11 | 57 | 463 | 75 | 41 |
| Binary | 10000110 | 100000 | 1111010 | 0 | 1001100 | 1001 | 101111 | 100110011 | 111101 | 100001 |
Color Harmonies of #86207A
Complementary color
Monochromatic Colors of #86207A
Black with #86207A
Text Example
Text Example
White with #86207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86207A; }
p { color: rgb(134,32,122); }
H1.HeaderClassName
{
color: #86207A;
}
.AnyTagClassName
{
color: #86207A;
}
</style>
background-color css
<style>
a { background-color: #86207A; }
a { background-color: rgb(134,32,122); }
div.DivClassName
{
background-color: #86207A;
}
.BgClassName
{
background-color: #86207A;
}
</style>
border-color css
<style>
span { border-color: #86207A; }
span { border-color: rgb(134,32,122); }
td.TdClassName
{
border-color: #86207A;
}
.TagClassName
{
border-color: #86207A;
}
</style>