Shades of Dark Purple #852082
Tints of Dark Purple #852082
RGB
CMYK
RGB Variations
Color information
#852082 (or 0x852082) is known color: Dark Purple. HEX triplet: 85, 20 and 82. RGB value is (133,32,130). Sum of RGB (Red+Green+Blue) = 133+32+130=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852082 is #7ADF7D. Grayscale: #494949. Windows color (decimal): -8052606 or 8528005. OLE color: 8528005.
HSL color Cylindrical-coordinate representation of color #852082: hue angle of 301.78º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852082 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 130 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.48 |
| HSL | 301.78º | 0.61% | 0.32% | - |
| HSV(B) | 301.78º | 0.76% | 0.52% | - |
| XYZ | 14.22 | 7.63 | 21.84 | - |
| YUV | 73.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 130 | 0 | 0.76 | 0.02 | 0.48 | 301.78 | 0.61 | 0.32 |
| Hex | 85 | 20 | 82 | 0 | 4C | 2 | 30 | 12E | 3D | 20 |
| Octal | 205 | 40 | 202 | 0 | 114 | 2 | 60 | 456 | 75 | 40 |
| Binary | 10000101 | 100000 | 10000010 | 0 | 1001100 | 10 | 110000 | 100101110 | 111101 | 100000 |
Color Harmonies of #852082
Complementary color
Monochromatic Colors of #852082
Black with #852082
Text Example
Text Example
White with #852082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852082; }
p { color: rgb(133,32,130); }
H1.HeaderClassName
{
color: #852082;
}
.AnyTagClassName
{
color: #852082;
}
</style>
background-color css
<style>
a { background-color: #852082; }
a { background-color: rgb(133,32,130); }
div.DivClassName
{
background-color: #852082;
}
.BgClassName
{
background-color: #852082;
}
</style>
border-color css
<style>
span { border-color: #852082; }
span { border-color: rgb(133,32,130); }
td.TdClassName
{
border-color: #852082;
}
.TagClassName
{
border-color: #852082;
}
</style>