Shades of Purple #860880
Tints of Purple #860880
RGB
CMYK
RGB Variations
Color information
#860880 (or 0x860880) is known color: Purple. HEX triplet: 86, 08 and 80. RGB value is (134,8,128). Sum of RGB (Red+Green+Blue) = 134+8+128=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #860880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860880 is #79F77F. Grayscale: #3A3A3A. Windows color (decimal): -7993216 or 8390790. OLE color: 8390790.
HSL color Cylindrical-coordinate representation of color #860880: hue angle of 302.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860880 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 128 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.47 |
| HSL | 302.86º | 0.89% | 0.28% | - |
| HSV(B) | 302.86º | 0.94% | 0.53% | - |
| XYZ | 13.81 | 6.8 | 21.01 | - |
| YUV | 59.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 128 | 0 | 0.94 | 0.04 | 0.47 | 302.86 | 0.89 | 0.28 |
| Hex | 86 | 8 | 80 | 0 | 5E | 4 | 2F | 12F | 59 | 1C |
| Octal | 206 | 10 | 200 | 0 | 136 | 4 | 57 | 457 | 131 | 34 |
| Binary | 10000110 | 1000 | 10000000 | 0 | 1011110 | 100 | 101111 | 100101111 | 1011001 | 11100 |
Color Harmonies of #860880
Complementary color
Monochromatic Colors of #860880
Black with #860880
Text Example
Text Example
White with #860880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860880; }
p { color: rgb(134,8,128); }
H1.HeaderClassName
{
color: #860880;
}
.AnyTagClassName
{
color: #860880;
}
</style>
background-color css
<style>
a { background-color: #860880; }
a { background-color: rgb(134,8,128); }
div.DivClassName
{
background-color: #860880;
}
.BgClassName
{
background-color: #860880;
}
</style>
border-color css
<style>
span { border-color: #860880; }
span { border-color: rgb(134,8,128); }
td.TdClassName
{
border-color: #860880;
}
.TagClassName
{
border-color: #860880;
}
</style>