Shades of Dark Purple #862087
Tints of Dark Purple #862087
RGB
CMYK
RGB Variations
Color information
#862087 (or 0x862087) is known color: Dark Purple. HEX triplet: 86, 20 and 87. RGB value is (134,32,135). Sum of RGB (Red+Green+Blue) = 134+32+135=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #862087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862087 is #79DF78. Grayscale: #494949. Windows color (decimal): -7987065 or 8855686. OLE color: 8855686.
HSL color Cylindrical-coordinate representation of color #862087: hue angle of 299.42º degrees, saturation: 0.62, 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 #862087 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 135 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.47 |
| HSL | 299.42º | 0.62% | 0.33% | - |
| HSV(B) | 299.42º | 0.76% | 0.53% | - |
| XYZ | 14.72 | 7.85 | 23.66 | - |
| YUV | 74.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 135 | 0.01 | 0.76 | 0 | 0.47 | 299.42 | 0.62 | 0.33 |
| Hex | 86 | 20 | 87 | 1 | 4C | 0 | 2F | 12B | 3E | 21 |
| Octal | 206 | 40 | 207 | 1 | 114 | 0 | 57 | 453 | 76 | 41 |
| Binary | 10000110 | 100000 | 10000111 | 1 | 1001100 | 0 | 101111 | 100101011 | 111110 | 100001 |
Color Harmonies of #862087
Complementary color
Monochromatic Colors of #862087
Black with #862087
Text Example
Text Example
White with #862087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862087; }
p { color: rgb(134,32,135); }
H1.HeaderClassName
{
color: #862087;
}
.AnyTagClassName
{
color: #862087;
}
</style>
background-color css
<style>
a { background-color: #862087; }
a { background-color: rgb(134,32,135); }
div.DivClassName
{
background-color: #862087;
}
.BgClassName
{
background-color: #862087;
}
</style>
border-color css
<style>
span { border-color: #862087; }
span { border-color: rgb(134,32,135); }
td.TdClassName
{
border-color: #862087;
}
.TagClassName
{
border-color: #862087;
}
</style>