Shades of Dark Purple #85206C
Tints of Dark Purple #85206C
RGB
CMYK
RGB Variations
Color information
#85206C (or 0x85206C) is known color: Dark Purple. HEX triplet: 85, 20 and 6C. RGB value is (133,32,108). Sum of RGB (Red+Green+Blue) = 133+32+108=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85206C is #7ADF93. Grayscale: #464646. Windows color (decimal): -8052628 or 7086213. OLE color: 7086213.
HSL color Cylindrical-coordinate representation of color #85206C: hue angle of 314.85º 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 #85206C is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 108 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.48 |
| HSL | 314.85º | 0.61% | 0.32% | - |
| HSV(B) | 314.85º | 0.76% | 0.52% | - |
| XYZ | 12.9 | 7.1 | 14.88 | - |
| YUV | 70.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 108 | 0 | 0.76 | 0.19 | 0.48 | 314.85 | 0.61 | 0.32 |
| Hex | 85 | 20 | 6C | 0 | 4C | 13 | 30 | 13B | 3D | 20 |
| Octal | 205 | 40 | 154 | 0 | 114 | 23 | 60 | 473 | 75 | 40 |
| Binary | 10000101 | 100000 | 1101100 | 0 | 1001100 | 10011 | 110000 | 100111011 | 111101 | 100000 |
Color Harmonies of #85206C
Complementary color
Monochromatic Colors of #85206C
Black with #85206C
Text Example
Text Example
White with #85206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85206C; }
p { color: rgb(133,32,108); }
H1.HeaderClassName
{
color: #85206C;
}
.AnyTagClassName
{
color: #85206C;
}
</style>
background-color css
<style>
a { background-color: #85206C; }
a { background-color: rgb(133,32,108); }
div.DivClassName
{
background-color: #85206C;
}
.BgClassName
{
background-color: #85206C;
}
</style>
border-color css
<style>
span { border-color: #85206C; }
span { border-color: rgb(133,32,108); }
td.TdClassName
{
border-color: #85206C;
}
.TagClassName
{
border-color: #85206C;
}
</style>