Shades of Purple #860882
Tints of Purple #860882
RGB
CMYK
RGB Variations
Color information
#860882 (or 0x860882) is known color: Purple. HEX triplet: 86, 08 and 82. RGB value is (134,8,130). Sum of RGB (Red+Green+Blue) = 134+8+130=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #860882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860882 is #79F77D. Grayscale: #3B3B3B. Windows color (decimal): -7993214 or 8521862. OLE color: 8521862.
HSL color Cylindrical-coordinate representation of color #860882: hue angle of 301.9º 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 #860882 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 130 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.47 |
| HSL | 301.9º | 0.89% | 0.28% | - |
| HSV(B) | 301.9º | 0.94% | 0.53% | - |
| XYZ | 13.95 | 6.85 | 21.71 | - |
| YUV | 59.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 130 | 0 | 0.94 | 0.03 | 0.47 | 301.9 | 0.89 | 0.28 |
| Hex | 86 | 8 | 82 | 0 | 5E | 3 | 2F | 12E | 59 | 1C |
| Octal | 206 | 10 | 202 | 0 | 136 | 3 | 57 | 456 | 131 | 34 |
| Binary | 10000110 | 1000 | 10000010 | 0 | 1011110 | 11 | 101111 | 100101110 | 1011001 | 11100 |
Color Harmonies of #860882
Complementary color
Monochromatic Colors of #860882
Black with #860882
Text Example
Text Example
White with #860882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860882; }
p { color: rgb(134,8,130); }
H1.HeaderClassName
{
color: #860882;
}
.AnyTagClassName
{
color: #860882;
}
</style>
background-color css
<style>
a { background-color: #860882; }
a { background-color: rgb(134,8,130); }
div.DivClassName
{
background-color: #860882;
}
.BgClassName
{
background-color: #860882;
}
</style>
border-color css
<style>
span { border-color: #860882; }
span { border-color: rgb(134,8,130); }
td.TdClassName
{
border-color: #860882;
}
.TagClassName
{
border-color: #860882;
}
</style>