Shades of Dark Purple #85217F
Tints of Dark Purple #85217F
RGB
CMYK
RGB Variations
Color information
#85217F (or 0x85217F) is known color: Dark Purple. HEX triplet: 85, 21 and 7F. RGB value is (133,33,127). Sum of RGB (Red+Green+Blue) = 133+33+127=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85217F is #7ADE80. Grayscale: #494949. Windows color (decimal): -8052353 or 8331653. OLE color: 8331653.
HSL color Cylindrical-coordinate representation of color #85217F: hue angle of 303.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 #85217F is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 127 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.48 |
| HSL | 303.6º | 0.6% | 0.33% | - |
| HSV(B) | 303.6º | 0.75% | 0.52% | - |
| XYZ | 14.05 | 7.61 | 20.81 | - |
| YUV | 73.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 127 | 0 | 0.75 | 0.05 | 0.48 | 303.6 | 0.6 | 0.33 |
| Hex | 85 | 21 | 7F | 0 | 4B | 5 | 30 | 130 | 3C | 21 |
| Octal | 205 | 41 | 177 | 0 | 113 | 5 | 60 | 460 | 74 | 41 |
| Binary | 10000101 | 100001 | 1111111 | 0 | 1001011 | 101 | 110000 | 100110000 | 111100 | 100001 |
Color Harmonies of #85217F
Complementary color
Monochromatic Colors of #85217F
Black with #85217F
Text Example
Text Example
White with #85217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85217F; }
p { color: rgb(133,33,127); }
H1.HeaderClassName
{
color: #85217F;
}
.AnyTagClassName
{
color: #85217F;
}
</style>
background-color css
<style>
a { background-color: #85217F; }
a { background-color: rgb(133,33,127); }
div.DivClassName
{
background-color: #85217F;
}
.BgClassName
{
background-color: #85217F;
}
</style>
border-color css
<style>
span { border-color: #85217F; }
span { border-color: rgb(133,33,127); }
td.TdClassName
{
border-color: #85217F;
}
.TagClassName
{
border-color: #85217F;
}
</style>