Shades of Dark Purple #852885
Tints of Dark Purple #852885
RGB
CMYK
RGB Variations
Color information
#852885 (or 0x852885) is known color: Dark Purple. HEX triplet: 85, 28 and 85. RGB value is (133,40,133). Sum of RGB (Red+Green+Blue) = 133+40+133=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #852885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852885 is #7AD77A. Grayscale: #4E4E4E. Windows color (decimal): -8050555 or 8726661. OLE color: 8726661.
HSL color Cylindrical-coordinate representation of color #852885: hue angle of 300º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852885 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 133 | - |
| CMYK | 0 | 0.70 | 0 | 0.48 |
| HSL | 300º | 0.54% | 0.34% | - |
| HSV(B) | 300º | 0.7% | 0.52% | - |
| XYZ | 14.67 | 8.2 | 23 | - |
| YUV | 78.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 133 | 0 | 0.70 | 0 | 0.48 | 300 | 0.54 | 0.34 |
| Hex | 85 | 28 | 85 | 0 | 46 | 0 | 30 | 12C | 36 | 22 |
| Octal | 205 | 50 | 205 | 0 | 106 | 0 | 60 | 454 | 66 | 42 |
| Binary | 10000101 | 101000 | 10000101 | 0 | 1000110 | 0 | 110000 | 100101100 | 110110 | 100010 |
Color Harmonies of #852885
Complementary color
Monochromatic Colors of #852885
Black with #852885
Text Example
Text Example
White with #852885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852885; }
p { color: rgb(133,40,133); }
H1.HeaderClassName
{
color: #852885;
}
.AnyTagClassName
{
color: #852885;
}
</style>
background-color css
<style>
a { background-color: #852885; }
a { background-color: rgb(133,40,133); }
div.DivClassName
{
background-color: #852885;
}
.BgClassName
{
background-color: #852885;
}
</style>
border-color css
<style>
span { border-color: #852885; }
span { border-color: rgb(133,40,133); }
td.TdClassName
{
border-color: #852885;
}
.TagClassName
{
border-color: #852885;
}
</style>