Shades of Dark Purple #852282
Tints of Dark Purple #852282
RGB
CMYK
RGB Variations
Color information
#852282 (or 0x852282) is known color: Dark Purple. HEX triplet: 85, 22 and 82. RGB value is (133,34,130). Sum of RGB (Red+Green+Blue) = 133+34+130=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #852282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852282 is #7ADD7D. Grayscale: #4A4A4A. Windows color (decimal): -8052094 or 8528517. OLE color: 8528517.
HSL color Cylindrical-coordinate representation of color #852282: hue angle of 301.82º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852282 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 130 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.48 |
| HSL | 301.82º | 0.59% | 0.33% | - |
| HSV(B) | 301.82º | 0.74% | 0.52% | - |
| XYZ | 14.27 | 7.74 | 21.86 | - |
| YUV | 74.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 130 | 0 | 0.74 | 0.02 | 0.48 | 301.82 | 0.59 | 0.33 |
| Hex | 85 | 22 | 82 | 0 | 4A | 2 | 30 | 12E | 3B | 21 |
| Octal | 205 | 42 | 202 | 0 | 112 | 2 | 60 | 456 | 73 | 41 |
| Binary | 10000101 | 100010 | 10000010 | 0 | 1001010 | 10 | 110000 | 100101110 | 111011 | 100001 |
Color Harmonies of #852282
Complementary color
Monochromatic Colors of #852282
Black with #852282
Text Example
Text Example
White with #852282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852282; }
p { color: rgb(133,34,130); }
H1.HeaderClassName
{
color: #852282;
}
.AnyTagClassName
{
color: #852282;
}
</style>
background-color css
<style>
a { background-color: #852282; }
a { background-color: rgb(133,34,130); }
div.DivClassName
{
background-color: #852282;
}
.BgClassName
{
background-color: #852282;
}
</style>
border-color css
<style>
span { border-color: #852282; }
span { border-color: rgb(133,34,130); }
td.TdClassName
{
border-color: #852282;
}
.TagClassName
{
border-color: #852282;
}
</style>