Shades of Purple #850082
Tints of Purple #850082
RGB
CMYK
RGB Variations
Color information
#850082 (or 0x850082) is known color: Purple. HEX triplet: 85, 00 and 82. RGB value is (133,0,130). Sum of RGB (Red+Green+Blue) = 133+0+130=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #850082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850082 is #7AFF7D. Grayscale: #363636. Windows color (decimal): -8060798 or 8519813. OLE color: 8519813.
HSL color Cylindrical-coordinate representation of color #850082: hue angle of 301.35º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850082 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.02 | 0.48 |
| HSL | 301.35º | 1% | 0.26% | - |
| HSV(B) | 301.35º | 1% | 0.52% | - |
| XYZ | 13.7 | 6.6 | 21.67 | - |
| YUV | 54.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 130 | 0 | 1 | 0.02 | 0.48 | 301.35 | 1 | 0.26 |
| Hex | 85 | 0 | 82 | 0 | 64 | 2 | 30 | 12D | 64 | 1A |
| Octal | 205 | 0 | 202 | 0 | 144 | 2 | 60 | 455 | 144 | 32 |
| Binary | 10000101 | 0 | 10000010 | 0 | 1100100 | 10 | 110000 | 100101101 | 1100100 | 11010 |
Color Harmonies of #850082
Complementary color
Monochromatic Colors of #850082
Black with #850082
Text Example
Text Example
White with #850082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850082; }
p { color: rgb(133,0,130); }
H1.HeaderClassName
{
color: #850082;
}
.AnyTagClassName
{
color: #850082;
}
</style>
background-color css
<style>
a { background-color: #850082; }
a { background-color: rgb(133,0,130); }
div.DivClassName
{
background-color: #850082;
}
.BgClassName
{
background-color: #850082;
}
</style>
border-color css
<style>
span { border-color: #850082; }
span { border-color: rgb(133,0,130); }
td.TdClassName
{
border-color: #850082;
}
.TagClassName
{
border-color: #850082;
}
</style>