Shades of Dark Purple #85356D
Tints of Dark Purple #85356D
RGB
CMYK
RGB Variations
Color information
#85356D (or 0x85356D) is known color: Dark Purple. HEX triplet: 85, 35 and 6D. RGB value is (133,53,109). Sum of RGB (Red+Green+Blue) = 133+53+109=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85356D is #7ACA92. Grayscale: #535353. Windows color (decimal): -8047251 or 7157125. OLE color: 7157125.
HSL color Cylindrical-coordinate representation of color #85356D: hue angle of 318º 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 #85356D is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 109 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.48 |
| HSL | 318º | 0.43% | 0.36% | - |
| HSV(B) | 318º | 0.6% | 0.52% | - |
| XYZ | 13.71 | 8.64 | 15.41 | - |
| YUV | 83.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 109 | 0 | 0.60 | 0.18 | 0.48 | 318 | 0.43 | 0.36 |
| Hex | 85 | 35 | 6D | 0 | 3C | 12 | 30 | 13E | 2B | 24 |
| Octal | 205 | 65 | 155 | 0 | 74 | 22 | 60 | 476 | 53 | 44 |
| Binary | 10000101 | 110101 | 1101101 | 0 | 111100 | 10010 | 110000 | 100111110 | 101011 | 100100 |
Color Harmonies of #85356D
Complementary color
Monochromatic Colors of #85356D
Black with #85356D
Text Example
Text Example
White with #85356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85356D; }
p { color: rgb(133,53,109); }
H1.HeaderClassName
{
color: #85356D;
}
.AnyTagClassName
{
color: #85356D;
}
</style>
background-color css
<style>
a { background-color: #85356D; }
a { background-color: rgb(133,53,109); }
div.DivClassName
{
background-color: #85356D;
}
.BgClassName
{
background-color: #85356D;
}
</style>
border-color css
<style>
span { border-color: #85356D; }
span { border-color: rgb(133,53,109); }
td.TdClassName
{
border-color: #85356D;
}
.TagClassName
{
border-color: #85356D;
}
</style>