Shades of Dark Purple #85357F
Tints of Dark Purple #85357F
RGB
CMYK
RGB Variations
Color information
#85357F (or 0x85357F) is known color: Dark Purple. HEX triplet: 85, 35 and 7F. RGB value is (133,53,127). Sum of RGB (Red+Green+Blue) = 133+53+127=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85357F is #7ACA80. Grayscale: #555555. Windows color (decimal): -8047233 or 8336773. OLE color: 8336773.
HSL color Cylindrical-coordinate representation of color #85357F: hue angle of 304.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85357F is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 127 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.48 |
| HSL | 304.5º | 0.43% | 0.36% | - |
| HSV(B) | 304.5º | 0.6% | 0.52% | - |
| XYZ | 14.78 | 9.07 | 21.05 | - |
| YUV | 85.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 127 | 0 | 0.60 | 0.05 | 0.48 | 304.5 | 0.43 | 0.36 |
| Hex | 85 | 35 | 7F | 0 | 3C | 5 | 30 | 130 | 2B | 24 |
| Octal | 205 | 65 | 177 | 0 | 74 | 5 | 60 | 460 | 53 | 44 |
| Binary | 10000101 | 110101 | 1111111 | 0 | 111100 | 101 | 110000 | 100110000 | 101011 | 100100 |
Color Harmonies of #85357F
Complementary color
Monochromatic Colors of #85357F
Black with #85357F
Text Example
Text Example
White with #85357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85357F; }
p { color: rgb(133,53,127); }
H1.HeaderClassName
{
color: #85357F;
}
.AnyTagClassName
{
color: #85357F;
}
</style>
background-color css
<style>
a { background-color: #85357F; }
a { background-color: rgb(133,53,127); }
div.DivClassName
{
background-color: #85357F;
}
.BgClassName
{
background-color: #85357F;
}
</style>
border-color css
<style>
span { border-color: #85357F; }
span { border-color: rgb(133,53,127); }
td.TdClassName
{
border-color: #85357F;
}
.TagClassName
{
border-color: #85357F;
}
</style>