Shades of Dark Purple #85207D
Tints of Dark Purple #85207D
RGB
CMYK
RGB Variations
Color information
#85207D (or 0x85207D) is known color: Dark Purple. HEX triplet: 85, 20 and 7D. RGB value is (133,32,125). Sum of RGB (Red+Green+Blue) = 133+32+125=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85207D is #7ADF82. Grayscale: #484848. Windows color (decimal): -8052611 or 8200325. OLE color: 8200325.
HSL color Cylindrical-coordinate representation of color #85207D: hue angle of 304.75º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85207D is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 125 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.48 |
| HSL | 304.75º | 0.61% | 0.32% | - |
| HSV(B) | 304.75º | 0.76% | 0.52% | - |
| XYZ | 13.89 | 7.5 | 20.12 | - |
| YUV | 72.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 125 | 0 | 0.76 | 0.06 | 0.48 | 304.75 | 0.61 | 0.32 |
| Hex | 85 | 20 | 7D | 0 | 4C | 6 | 30 | 131 | 3D | 20 |
| Octal | 205 | 40 | 175 | 0 | 114 | 6 | 60 | 461 | 75 | 40 |
| Binary | 10000101 | 100000 | 1111101 | 0 | 1001100 | 110 | 110000 | 100110001 | 111101 | 100000 |
Color Harmonies of #85207D
Complementary color
Monochromatic Colors of #85207D
Black with #85207D
Text Example
Text Example
White with #85207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85207D; }
p { color: rgb(133,32,125); }
H1.HeaderClassName
{
color: #85207D;
}
.AnyTagClassName
{
color: #85207D;
}
</style>
background-color css
<style>
a { background-color: #85207D; }
a { background-color: rgb(133,32,125); }
div.DivClassName
{
background-color: #85207D;
}
.BgClassName
{
background-color: #85207D;
}
</style>
border-color css
<style>
span { border-color: #85207D; }
span { border-color: rgb(133,32,125); }
td.TdClassName
{
border-color: #85207D;
}
.TagClassName
{
border-color: #85207D;
}
</style>