Shades of Dark Purple #85357B
Tints of Dark Purple #85357B
RGB
CMYK
RGB Variations
Color information
#85357B (or 0x85357B) is known color: Dark Purple. HEX triplet: 85, 35 and 7B. RGB value is (133,53,123). Sum of RGB (Red+Green+Blue) = 133+53+123=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85357B is #7ACA84. Grayscale: #545454. Windows color (decimal): -8047237 or 8074629. OLE color: 8074629.
HSL color Cylindrical-coordinate representation of color #85357B: hue angle of 307.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 #85357B is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 123 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.48 |
| HSL | 307.5º | 0.43% | 0.36% | - |
| HSV(B) | 307.5º | 0.6% | 0.52% | - |
| XYZ | 14.52 | 8.96 | 19.7 | - |
| YUV | 84.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 123 | 0 | 0.60 | 0.08 | 0.48 | 307.5 | 0.43 | 0.36 |
| Hex | 85 | 35 | 7B | 0 | 3C | 8 | 30 | 134 | 2B | 24 |
| Octal | 205 | 65 | 173 | 0 | 74 | 10 | 60 | 464 | 53 | 44 |
| Binary | 10000101 | 110101 | 1111011 | 0 | 111100 | 1000 | 110000 | 100110100 | 101011 | 100100 |
Color Harmonies of #85357B
Complementary color
Monochromatic Colors of #85357B
Black with #85357B
Text Example
Text Example
White with #85357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85357B; }
p { color: rgb(133,53,123); }
H1.HeaderClassName
{
color: #85357B;
}
.AnyTagClassName
{
color: #85357B;
}
</style>
background-color css
<style>
a { background-color: #85357B; }
a { background-color: rgb(133,53,123); }
div.DivClassName
{
background-color: #85357B;
}
.BgClassName
{
background-color: #85357B;
}
</style>
border-color css
<style>
span { border-color: #85357B; }
span { border-color: rgb(133,53,123); }
td.TdClassName
{
border-color: #85357B;
}
.TagClassName
{
border-color: #85357B;
}
</style>