Shades of Purple #860883
Tints of Purple #860883
RGB
CMYK
RGB Variations
Color information
#860883 (or 0x860883) is known color: Purple. HEX triplet: 86, 08 and 83. RGB value is (134,8,131). Sum of RGB (Red+Green+Blue) = 134+8+131=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #860883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860883 is #79F77C. Grayscale: #3B3B3B. Windows color (decimal): -7993213 or 8587398. OLE color: 8587398.
HSL color Cylindrical-coordinate representation of color #860883: hue angle of 301.43º 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 #860883 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 131 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.47 |
| HSL | 301.43º | 0.89% | 0.28% | - |
| HSV(B) | 301.43º | 0.94% | 0.53% | - |
| XYZ | 14.02 | 6.88 | 22.06 | - |
| YUV | 59.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 131 | 0 | 0.94 | 0.02 | 0.47 | 301.43 | 0.89 | 0.28 |
| Hex | 86 | 8 | 83 | 0 | 5E | 2 | 2F | 12D | 59 | 1C |
| Octal | 206 | 10 | 203 | 0 | 136 | 2 | 57 | 455 | 131 | 34 |
| Binary | 10000110 | 1000 | 10000011 | 0 | 1011110 | 10 | 101111 | 100101101 | 1011001 | 11100 |
Color Harmonies of #860883
Complementary color
Monochromatic Colors of #860883
Black with #860883
Text Example
Text Example
White with #860883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860883; }
p { color: rgb(134,8,131); }
H1.HeaderClassName
{
color: #860883;
}
.AnyTagClassName
{
color: #860883;
}
</style>
background-color css
<style>
a { background-color: #860883; }
a { background-color: rgb(134,8,131); }
div.DivClassName
{
background-color: #860883;
}
.BgClassName
{
background-color: #860883;
}
</style>
border-color css
<style>
span { border-color: #860883; }
span { border-color: rgb(134,8,131); }
td.TdClassName
{
border-color: #860883;
}
.TagClassName
{
border-color: #860883;
}
</style>