Shades of Purple #850482
Tints of Purple #850482
RGB
CMYK
RGB Variations
Color information
#850482 (or 0x850482) is known color: Purple. HEX triplet: 85, 04 and 82. RGB value is (133,4,130). Sum of RGB (Red+Green+Blue) = 133+4+130=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #850482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850482 is #7AFB7D. Grayscale: #383838. Windows color (decimal): -8059774 or 8520837. OLE color: 8520837.
HSL color Cylindrical-coordinate representation of color #850482: hue angle of 301.4º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850482 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 130 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.48 |
| HSL | 301.4º | 0.94% | 0.27% | - |
| HSV(B) | 301.4º | 0.97% | 0.52% | - |
| XYZ | 13.75 | 6.69 | 21.68 | - |
| YUV | 56.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 130 | 0 | 0.97 | 0.02 | 0.48 | 301.4 | 0.94 | 0.27 |
| Hex | 85 | 4 | 82 | 0 | 61 | 2 | 30 | 12D | 5E | 1B |
| Octal | 205 | 4 | 202 | 0 | 141 | 2 | 60 | 455 | 136 | 33 |
| Binary | 10000101 | 100 | 10000010 | 0 | 1100001 | 10 | 110000 | 100101101 | 1011110 | 11011 |
Color Harmonies of #850482
Complementary color
Monochromatic Colors of #850482
Black with #850482
Text Example
Text Example
White with #850482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850482; }
p { color: rgb(133,4,130); }
H1.HeaderClassName
{
color: #850482;
}
.AnyTagClassName
{
color: #850482;
}
</style>
background-color css
<style>
a { background-color: #850482; }
a { background-color: rgb(133,4,130); }
div.DivClassName
{
background-color: #850482;
}
.BgClassName
{
background-color: #850482;
}
</style>
border-color css
<style>
span { border-color: #850482; }
span { border-color: rgb(133,4,130); }
td.TdClassName
{
border-color: #850482;
}
.TagClassName
{
border-color: #850482;
}
</style>