Shades of Dark Purple #852C84
Tints of Dark Purple #852C84
RGB
CMYK
RGB Variations
Color information
#852C84 (or 0x852C84) is known color: Dark Purple. HEX triplet: 85, 2C and 84. RGB value is (133,44,132). Sum of RGB (Red+Green+Blue) = 133+44+132=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #852C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C84 is #7AD37B. Grayscale: #505050. Windows color (decimal): -8049532 or 8662149. OLE color: 8662149.
HSL color Cylindrical-coordinate representation of color #852C84: hue angle of 300.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C84 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 132 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.48 |
| HSL | 300.67º | 0.5% | 0.35% | - |
| HSV(B) | 300.67º | 0.67% | 0.52% | - |
| XYZ | 14.74 | 8.45 | 22.68 | - |
| YUV | 80.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 132 | 0 | 0.67 | 0.01 | 0.48 | 300.67 | 0.5 | 0.35 |
| Hex | 85 | 2C | 84 | 0 | 43 | 1 | 30 | 12D | 32 | 23 |
| Octal | 205 | 54 | 204 | 0 | 103 | 1 | 60 | 455 | 62 | 43 |
| Binary | 10000101 | 101100 | 10000100 | 0 | 1000011 | 1 | 110000 | 100101101 | 110010 | 100011 |
Color Harmonies of #852C84
Complementary color
Monochromatic Colors of #852C84
Black with #852C84
Text Example
Text Example
White with #852C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C84; }
p { color: rgb(133,44,132); }
H1.HeaderClassName
{
color: #852C84;
}
.AnyTagClassName
{
color: #852C84;
}
</style>
background-color css
<style>
a { background-color: #852C84; }
a { background-color: rgb(133,44,132); }
div.DivClassName
{
background-color: #852C84;
}
.BgClassName
{
background-color: #852C84;
}
</style>
border-color css
<style>
span { border-color: #852C84; }
span { border-color: rgb(133,44,132); }
td.TdClassName
{
border-color: #852C84;
}
.TagClassName
{
border-color: #852C84;
}
</style>