Shades of Dark Purple #85217C
Tints of Dark Purple #85217C
RGB
CMYK
RGB Variations
Color information
#85217C (or 0x85217C) is known color: Dark Purple. HEX triplet: 85, 21 and 7C. RGB value is (133,33,124). Sum of RGB (Red+Green+Blue) = 133+33+124=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85217C is #7ADE83. Grayscale: #494949. Windows color (decimal): -8052356 or 8135045. OLE color: 8135045.
HSL color Cylindrical-coordinate representation of color #85217C: hue angle of 305.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85217C is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 124 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.48 |
| HSL | 305.4º | 0.6% | 0.33% | - |
| HSV(B) | 305.4º | 0.75% | 0.52% | - |
| XYZ | 13.85 | 7.53 | 19.79 | - |
| YUV | 73.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 124 | 0 | 0.75 | 0.07 | 0.48 | 305.4 | 0.6 | 0.33 |
| Hex | 85 | 21 | 7C | 0 | 4B | 7 | 30 | 131 | 3C | 21 |
| Octal | 205 | 41 | 174 | 0 | 113 | 7 | 60 | 461 | 74 | 41 |
| Binary | 10000101 | 100001 | 1111100 | 0 | 1001011 | 111 | 110000 | 100110001 | 111100 | 100001 |
Color Harmonies of #85217C
Complementary color
Monochromatic Colors of #85217C
Black with #85217C
Text Example
Text Example
White with #85217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85217C; }
p { color: rgb(133,33,124); }
H1.HeaderClassName
{
color: #85217C;
}
.AnyTagClassName
{
color: #85217C;
}
</style>
background-color css
<style>
a { background-color: #85217C; }
a { background-color: rgb(133,33,124); }
div.DivClassName
{
background-color: #85217C;
}
.BgClassName
{
background-color: #85217C;
}
</style>
border-color css
<style>
span { border-color: #85217C; }
span { border-color: rgb(133,33,124); }
td.TdClassName
{
border-color: #85217C;
}
.TagClassName
{
border-color: #85217C;
}
</style>