Shades of Dark Purple #852C83
Tints of Dark Purple #852C83
RGB
CMYK
RGB Variations
Color information
#852C83 (or 0x852C83) is known color: Dark Purple. HEX triplet: 85, 2C and 83. RGB value is (133,44,131). Sum of RGB (Red+Green+Blue) = 133+44+131=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #852C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C83 is #7AD37C. Grayscale: #505050. Windows color (decimal): -8049533 or 8596613. OLE color: 8596613.
HSL color Cylindrical-coordinate representation of color #852C83: hue angle of 301.35º 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 #852C83 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 131 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.48 |
| HSL | 301.35º | 0.5% | 0.35% | - |
| HSV(B) | 301.35º | 0.67% | 0.52% | - |
| XYZ | 14.67 | 8.43 | 22.33 | - |
| YUV | 80.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 131 | 0 | 0.67 | 0.02 | 0.48 | 301.35 | 0.5 | 0.35 |
| Hex | 85 | 2C | 83 | 0 | 43 | 2 | 30 | 12D | 32 | 23 |
| Octal | 205 | 54 | 203 | 0 | 103 | 2 | 60 | 455 | 62 | 43 |
| Binary | 10000101 | 101100 | 10000011 | 0 | 1000011 | 10 | 110000 | 100101101 | 110010 | 100011 |
Color Harmonies of #852C83
Complementary color
Monochromatic Colors of #852C83
Black with #852C83
Text Example
Text Example
White with #852C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C83; }
p { color: rgb(133,44,131); }
H1.HeaderClassName
{
color: #852C83;
}
.AnyTagClassName
{
color: #852C83;
}
</style>
background-color css
<style>
a { background-color: #852C83; }
a { background-color: rgb(133,44,131); }
div.DivClassName
{
background-color: #852C83;
}
.BgClassName
{
background-color: #852C83;
}
</style>
border-color css
<style>
span { border-color: #852C83; }
span { border-color: rgb(133,44,131); }
td.TdClassName
{
border-color: #852C83;
}
.TagClassName
{
border-color: #852C83;
}
</style>