Shades of Dark Purple #85287A
Tints of Dark Purple #85287A
RGB
CMYK
RGB Variations
Color information
#85287A (or 0x85287A) is known color: Dark Purple. HEX triplet: 85, 28 and 7A. RGB value is (133,40,122). Sum of RGB (Red+Green+Blue) = 133+40+122=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85287A is #7AD785. Grayscale: #4C4C4C. Windows color (decimal): -8050566 or 8005765. OLE color: 8005765.
HSL color Cylindrical-coordinate representation of color #85287A: hue angle of 307.1º 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 #85287A is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 122 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.48 |
| HSL | 307.1º | 0.54% | 0.34% | - |
| HSV(B) | 307.1º | 0.7% | 0.52% | - |
| XYZ | 13.94 | 7.91 | 19.2 | - |
| YUV | 77.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 122 | 0 | 0.70 | 0.08 | 0.48 | 307.1 | 0.54 | 0.34 |
| Hex | 85 | 28 | 7A | 0 | 46 | 8 | 30 | 133 | 36 | 22 |
| Octal | 205 | 50 | 172 | 0 | 106 | 10 | 60 | 463 | 66 | 42 |
| Binary | 10000101 | 101000 | 1111010 | 0 | 1000110 | 1000 | 110000 | 100110011 | 110110 | 100010 |
Color Harmonies of #85287A
Complementary color
Monochromatic Colors of #85287A
Black with #85287A
Text Example
Text Example
White with #85287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85287A; }
p { color: rgb(133,40,122); }
H1.HeaderClassName
{
color: #85287A;
}
.AnyTagClassName
{
color: #85287A;
}
</style>
background-color css
<style>
a { background-color: #85287A; }
a { background-color: rgb(133,40,122); }
div.DivClassName
{
background-color: #85287A;
}
.BgClassName
{
background-color: #85287A;
}
</style>
border-color css
<style>
span { border-color: #85287A; }
span { border-color: rgb(133,40,122); }
td.TdClassName
{
border-color: #85287A;
}
.TagClassName
{
border-color: #85287A;
}
</style>