Shades of Dark Purple #85357C
Tints of Dark Purple #85357C
RGB
CMYK
RGB Variations
Color information
#85357C (or 0x85357C) is known color: Dark Purple. HEX triplet: 85, 35 and 7C. RGB value is (133,53,124). Sum of RGB (Red+Green+Blue) = 133+53+124=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85357C is #7ACA83. Grayscale: #545454. Windows color (decimal): -8047236 or 8140165. OLE color: 8140165.
HSL color Cylindrical-coordinate representation of color #85357C: hue angle of 306.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85357C is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 124 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.48 |
| HSL | 306.75º | 0.43% | 0.36% | - |
| HSV(B) | 306.75º | 0.6% | 0.52% | - |
| XYZ | 14.58 | 8.99 | 20.03 | - |
| YUV | 85.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 124 | 0 | 0.60 | 0.07 | 0.48 | 306.75 | 0.43 | 0.36 |
| Hex | 85 | 35 | 7C | 0 | 3C | 7 | 30 | 133 | 2B | 24 |
| Octal | 205 | 65 | 174 | 0 | 74 | 7 | 60 | 463 | 53 | 44 |
| Binary | 10000101 | 110101 | 1111100 | 0 | 111100 | 111 | 110000 | 100110011 | 101011 | 100100 |
Color Harmonies of #85357C
Complementary color
Monochromatic Colors of #85357C
Black with #85357C
Text Example
Text Example
White with #85357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85357C; }
p { color: rgb(133,53,124); }
H1.HeaderClassName
{
color: #85357C;
}
.AnyTagClassName
{
color: #85357C;
}
</style>
background-color css
<style>
a { background-color: #85357C; }
a { background-color: rgb(133,53,124); }
div.DivClassName
{
background-color: #85357C;
}
.BgClassName
{
background-color: #85357C;
}
</style>
border-color css
<style>
span { border-color: #85357C; }
span { border-color: rgb(133,53,124); }
td.TdClassName
{
border-color: #85357C;
}
.TagClassName
{
border-color: #85357C;
}
</style>