Shades of Purple #860283
Tints of Purple #860283
RGB
CMYK
RGB Variations
Color information
#860283 (or 0x860283) is known color: Purple. HEX triplet: 86, 02 and 83. RGB value is (134,2,131). Sum of RGB (Red+Green+Blue) = 134+2+131=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #860283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860283 is #79FD7C. Grayscale: #373737. Windows color (decimal): -7994749 or 8585862. OLE color: 8585862.
HSL color Cylindrical-coordinate representation of color #860283: hue angle of 301.36º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860283 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.47 |
| HSL | 301.36º | 0.97% | 0.27% | - |
| HSV(B) | 301.36º | 0.99% | 0.53% | - |
| XYZ | 13.95 | 6.75 | 22.04 | - |
| YUV | 56.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 131 | 0 | 0.99 | 0.02 | 0.47 | 301.36 | 0.97 | 0.27 |
| Hex | 86 | 2 | 83 | 0 | 63 | 2 | 2F | 12D | 61 | 1B |
| Octal | 206 | 2 | 203 | 0 | 143 | 2 | 57 | 455 | 141 | 33 |
| Binary | 10000110 | 10 | 10000011 | 0 | 1100011 | 10 | 101111 | 100101101 | 1100001 | 11011 |
Color Harmonies of #860283
Complementary color
Monochromatic Colors of #860283
Black with #860283
Text Example
Text Example
White with #860283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860283; }
p { color: rgb(134,2,131); }
H1.HeaderClassName
{
color: #860283;
}
.AnyTagClassName
{
color: #860283;
}
</style>
background-color css
<style>
a { background-color: #860283; }
a { background-color: rgb(134,2,131); }
div.DivClassName
{
background-color: #860283;
}
.BgClassName
{
background-color: #860283;
}
</style>
border-color css
<style>
span { border-color: #860283; }
span { border-color: rgb(134,2,131); }
td.TdClassName
{
border-color: #860283;
}
.TagClassName
{
border-color: #860283;
}
</style>