Shades of Dark Purple #85286E
Tints of Dark Purple #85286E
RGB
CMYK
RGB Variations
Color information
#85286E (or 0x85286E) is known color: Dark Purple. HEX triplet: 85, 28 and 6E. RGB value is (133,40,110). Sum of RGB (Red+Green+Blue) = 133+40+110=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85286E is #7AD791. Grayscale: #4B4B4B. Windows color (decimal): -8050578 or 7219333. OLE color: 7219333.
HSL color Cylindrical-coordinate representation of color #85286E: hue angle of 314.84º 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 #85286E is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 110 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.48 |
| HSL | 314.84º | 0.54% | 0.34% | - |
| HSV(B) | 314.84º | 0.7% | 0.52% | - |
| XYZ | 13.25 | 7.63 | 15.53 | - |
| YUV | 75.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 110 | 0 | 0.70 | 0.17 | 0.48 | 314.84 | 0.54 | 0.34 |
| Hex | 85 | 28 | 6E | 0 | 46 | 11 | 30 | 13B | 36 | 22 |
| Octal | 205 | 50 | 156 | 0 | 106 | 21 | 60 | 473 | 66 | 42 |
| Binary | 10000101 | 101000 | 1101110 | 0 | 1000110 | 10001 | 110000 | 100111011 | 110110 | 100010 |
Color Harmonies of #85286E
Complementary color
Monochromatic Colors of #85286E
Black with #85286E
Text Example
Text Example
White with #85286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85286E; }
p { color: rgb(133,40,110); }
H1.HeaderClassName
{
color: #85286E;
}
.AnyTagClassName
{
color: #85286E;
}
</style>
background-color css
<style>
a { background-color: #85286E; }
a { background-color: rgb(133,40,110); }
div.DivClassName
{
background-color: #85286E;
}
.BgClassName
{
background-color: #85286E;
}
</style>
border-color css
<style>
span { border-color: #85286E; }
span { border-color: rgb(133,40,110); }
td.TdClassName
{
border-color: #85286E;
}
.TagClassName
{
border-color: #85286E;
}
</style>