Shades of Purple #850282
Tints of Purple #850282
RGB
CMYK
RGB Variations
Color information
#850282 (or 0x850282) is known color: Purple. HEX triplet: 85, 02 and 82. RGB value is (133,2,130). Sum of RGB (Red+Green+Blue) = 133+2+130=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #850282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850282 is #7AFD7D. Grayscale: #373737. Windows color (decimal): -8060286 or 8520325. OLE color: 8520325.
HSL color Cylindrical-coordinate representation of color #850282: hue angle of 301.37º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850282 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 130 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.48 |
| HSL | 301.37º | 0.97% | 0.26% | - |
| HSV(B) | 301.37º | 0.98% | 0.52% | - |
| XYZ | 13.72 | 6.64 | 21.68 | - |
| YUV | 55.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 130 | 0 | 0.98 | 0.02 | 0.48 | 301.37 | 0.97 | 0.26 |
| Hex | 85 | 2 | 82 | 0 | 62 | 2 | 30 | 12D | 61 | 1A |
| Octal | 205 | 2 | 202 | 0 | 142 | 2 | 60 | 455 | 141 | 32 |
| Binary | 10000101 | 10 | 10000010 | 0 | 1100010 | 10 | 110000 | 100101101 | 1100001 | 11010 |
Color Harmonies of #850282
Complementary color
Monochromatic Colors of #850282
Black with #850282
Text Example
Text Example
White with #850282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850282; }
p { color: rgb(133,2,130); }
H1.HeaderClassName
{
color: #850282;
}
.AnyTagClassName
{
color: #850282;
}
</style>
background-color css
<style>
a { background-color: #850282; }
a { background-color: rgb(133,2,130); }
div.DivClassName
{
background-color: #850282;
}
.BgClassName
{
background-color: #850282;
}
</style>
border-color css
<style>
span { border-color: #850282; }
span { border-color: rgb(133,2,130); }
td.TdClassName
{
border-color: #850282;
}
.TagClassName
{
border-color: #850282;
}
</style>