Shades of Dark Purple #85286D
Tints of Dark Purple #85286D
RGB
CMYK
RGB Variations
Color information
#85286D (or 0x85286D) is known color: Dark Purple. HEX triplet: 85, 28 and 6D. RGB value is (133,40,109). Sum of RGB (Red+Green+Blue) = 133+40+109=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85286D is #7AD792. Grayscale: #4B4B4B. Windows color (decimal): -8050579 or 7153797. OLE color: 7153797.
HSL color Cylindrical-coordinate representation of color #85286D: hue angle of 315.48º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85286D is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 109 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.48 |
| HSL | 315.48º | 0.54% | 0.34% | - |
| HSV(B) | 315.48º | 0.7% | 0.52% | - |
| XYZ | 13.19 | 7.61 | 15.24 | - |
| YUV | 75.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 109 | 0 | 0.70 | 0.18 | 0.48 | 315.48 | 0.54 | 0.34 |
| Hex | 85 | 28 | 6D | 0 | 46 | 12 | 30 | 13B | 36 | 22 |
| Octal | 205 | 50 | 155 | 0 | 106 | 22 | 60 | 473 | 66 | 42 |
| Binary | 10000101 | 101000 | 1101101 | 0 | 1000110 | 10010 | 110000 | 100111011 | 110110 | 100010 |
Color Harmonies of #85286D
Complementary color
Monochromatic Colors of #85286D
Black with #85286D
Text Example
Text Example
White with #85286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85286D; }
p { color: rgb(133,40,109); }
H1.HeaderClassName
{
color: #85286D;
}
.AnyTagClassName
{
color: #85286D;
}
</style>
background-color css
<style>
a { background-color: #85286D; }
a { background-color: rgb(133,40,109); }
div.DivClassName
{
background-color: #85286D;
}
.BgClassName
{
background-color: #85286D;
}
</style>
border-color css
<style>
span { border-color: #85286D; }
span { border-color: rgb(133,40,109); }
td.TdClassName
{
border-color: #85286D;
}
.TagClassName
{
border-color: #85286D;
}
</style>