Shades of Dark Purple #862080
Tints of Dark Purple #862080
RGB
CMYK
RGB Variations
Color information
#862080 (or 0x862080) is known color: Dark Purple. HEX triplet: 86, 20 and 80. RGB value is (134,32,128). Sum of RGB (Red+Green+Blue) = 134+32+128=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #862080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862080 is #79DF7F. Grayscale: #494949. Windows color (decimal): -7987072 or 8396934. OLE color: 8396934.
HSL color Cylindrical-coordinate representation of color #862080: hue angle of 303.53º 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 #862080 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 128 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.47 |
| HSL | 303.53º | 0.61% | 0.33% | - |
| HSV(B) | 303.53º | 0.76% | 0.53% | - |
| XYZ | 14.24 | 7.66 | 21.15 | - |
| YUV | 73.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 128 | 0 | 0.76 | 0.04 | 0.47 | 303.53 | 0.61 | 0.33 |
| Hex | 86 | 20 | 80 | 0 | 4C | 4 | 2F | 130 | 3D | 21 |
| Octal | 206 | 40 | 200 | 0 | 114 | 4 | 57 | 460 | 75 | 41 |
| Binary | 10000110 | 100000 | 10000000 | 0 | 1001100 | 100 | 101111 | 100110000 | 111101 | 100001 |
Color Harmonies of #862080
Complementary color
Monochromatic Colors of #862080
Black with #862080
Text Example
Text Example
White with #862080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862080; }
p { color: rgb(134,32,128); }
H1.HeaderClassName
{
color: #862080;
}
.AnyTagClassName
{
color: #862080;
}
</style>
background-color css
<style>
a { background-color: #862080; }
a { background-color: rgb(134,32,128); }
div.DivClassName
{
background-color: #862080;
}
.BgClassName
{
background-color: #862080;
}
</style>
border-color css
<style>
span { border-color: #862080; }
span { border-color: rgb(134,32,128); }
td.TdClassName
{
border-color: #862080;
}
.TagClassName
{
border-color: #862080;
}
</style>