Shades of Dark Purple #852585
Tints of Dark Purple #852585
RGB
CMYK
RGB Variations
Color information
#852585 (or 0x852585) is known color: Dark Purple. HEX triplet: 85, 25 and 85. RGB value is (133,37,133). Sum of RGB (Red+Green+Blue) = 133+37+133=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #852585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852585 is #7ADA7A. Grayscale: #4C4C4C. Windows color (decimal): -8051323 or 8725893. OLE color: 8725893.
HSL color Cylindrical-coordinate representation of color #852585: hue angle of 300º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852585 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 37 | 133 | - |
| CMYK | 0 | 0.72 | 0 | 0.48 |
| HSL | 300º | 0.56% | 0.33% | - |
| HSV(B) | 300º | 0.72% | 0.52% | - |
| XYZ | 14.57 | 8 | 22.97 | - |
| YUV | 76.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 133 | 0 | 0.72 | 0 | 0.48 | 300 | 0.56 | 0.33 |
| Hex | 85 | 25 | 85 | 0 | 48 | 0 | 30 | 12C | 38 | 21 |
| Octal | 205 | 45 | 205 | 0 | 110 | 0 | 60 | 454 | 70 | 41 |
| Binary | 10000101 | 100101 | 10000101 | 0 | 1001000 | 0 | 110000 | 100101100 | 111000 | 100001 |
Color Harmonies of #852585
Complementary color
Monochromatic Colors of #852585
Black with #852585
Text Example
Text Example
White with #852585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852585; }
p { color: rgb(133,37,133); }
H1.HeaderClassName
{
color: #852585;
}
.AnyTagClassName
{
color: #852585;
}
</style>
background-color css
<style>
a { background-color: #852585; }
a { background-color: rgb(133,37,133); }
div.DivClassName
{
background-color: #852585;
}
.BgClassName
{
background-color: #852585;
}
</style>
border-color css
<style>
span { border-color: #852585; }
span { border-color: rgb(133,37,133); }
td.TdClassName
{
border-color: #852585;
}
.TagClassName
{
border-color: #852585;
}
</style>