Shades of Dark Purple #85206E
Tints of Dark Purple #85206E
RGB
CMYK
RGB Variations
Color information
#85206E (or 0x85206E) is known color: Dark Purple. HEX triplet: 85, 20 and 6E. RGB value is (133,32,110). Sum of RGB (Red+Green+Blue) = 133+32+110=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85206E is #7ADF91. Grayscale: #464646. Windows color (decimal): -8052626 or 7217285. OLE color: 7217285.
HSL color Cylindrical-coordinate representation of color #85206E: hue angle of 313.66º 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 #85206E is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 110 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.48 |
| HSL | 313.66º | 0.61% | 0.32% | - |
| HSV(B) | 313.66º | 0.76% | 0.52% | - |
| XYZ | 13 | 7.15 | 15.45 | - |
| YUV | 71.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 110 | 0 | 0.76 | 0.17 | 0.48 | 313.66 | 0.61 | 0.32 |
| Hex | 85 | 20 | 6E | 0 | 4C | 11 | 30 | 13A | 3D | 20 |
| Octal | 205 | 40 | 156 | 0 | 114 | 21 | 60 | 472 | 75 | 40 |
| Binary | 10000101 | 100000 | 1101110 | 0 | 1001100 | 10001 | 110000 | 100111010 | 111101 | 100000 |
Color Harmonies of #85206E
Complementary color
Monochromatic Colors of #85206E
Black with #85206E
Text Example
Text Example
White with #85206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85206E; }
p { color: rgb(133,32,110); }
H1.HeaderClassName
{
color: #85206E;
}
.AnyTagClassName
{
color: #85206E;
}
</style>
background-color css
<style>
a { background-color: #85206E; }
a { background-color: rgb(133,32,110); }
div.DivClassName
{
background-color: #85206E;
}
.BgClassName
{
background-color: #85206E;
}
</style>
border-color css
<style>
span { border-color: #85206E; }
span { border-color: rgb(133,32,110); }
td.TdClassName
{
border-color: #85206E;
}
.TagClassName
{
border-color: #85206E;
}
</style>