Shades of Dark Purple #85217A
Tints of Dark Purple #85217A
RGB
CMYK
RGB Variations
Color information
#85217A (or 0x85217A) is known color: Dark Purple. HEX triplet: 85, 21 and 7A. RGB value is (133,33,122). Sum of RGB (Red+Green+Blue) = 133+33+122=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #85217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85217A is #7ADE85. Grayscale: #484848. Windows color (decimal): -8052358 or 8003973. OLE color: 8003973.
HSL color Cylindrical-coordinate representation of color #85217A: hue angle of 306.6º 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 #85217A is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 122 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.48 |
| HSL | 306.6º | 0.6% | 0.33% | - |
| HSV(B) | 306.6º | 0.75% | 0.52% | - |
| XYZ | 13.73 | 7.48 | 19.13 | - |
| YUV | 73.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 122 | 0 | 0.75 | 0.08 | 0.48 | 306.6 | 0.6 | 0.33 |
| Hex | 85 | 21 | 7A | 0 | 4B | 8 | 30 | 133 | 3C | 21 |
| Octal | 205 | 41 | 172 | 0 | 113 | 10 | 60 | 463 | 74 | 41 |
| Binary | 10000101 | 100001 | 1111010 | 0 | 1001011 | 1000 | 110000 | 100110011 | 111100 | 100001 |
Color Harmonies of #85217A
Complementary color
Monochromatic Colors of #85217A
Black with #85217A
Text Example
Text Example
White with #85217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85217A; }
p { color: rgb(133,33,122); }
H1.HeaderClassName
{
color: #85217A;
}
.AnyTagClassName
{
color: #85217A;
}
</style>
background-color css
<style>
a { background-color: #85217A; }
a { background-color: rgb(133,33,122); }
div.DivClassName
{
background-color: #85217A;
}
.BgClassName
{
background-color: #85217A;
}
</style>
border-color css
<style>
span { border-color: #85217A; }
span { border-color: rgb(133,33,122); }
td.TdClassName
{
border-color: #85217A;
}
.TagClassName
{
border-color: #85217A;
}
</style>