Shades of Dark Purple #85287E
Tints of Dark Purple #85287E
RGB
CMYK
RGB Variations
Color information
#85287E (or 0x85287E) is known color: Dark Purple. HEX triplet: 85, 28 and 7E. RGB value is (133,40,126). Sum of RGB (Red+Green+Blue) = 133+40+126=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85287E is #7AD781. Grayscale: #4D4D4D. Windows color (decimal): -8050562 or 8267909. OLE color: 8267909.
HSL color Cylindrical-coordinate representation of color #85287E: hue angle of 304.52º 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 #85287E is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 126 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.48 |
| HSL | 304.52º | 0.54% | 0.34% | - |
| HSV(B) | 304.52º | 0.7% | 0.52% | - |
| XYZ | 14.2 | 8.01 | 20.54 | - |
| YUV | 77.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 126 | 0 | 0.70 | 0.05 | 0.48 | 304.52 | 0.54 | 0.34 |
| Hex | 85 | 28 | 7E | 0 | 46 | 5 | 30 | 131 | 36 | 22 |
| Octal | 205 | 50 | 176 | 0 | 106 | 5 | 60 | 461 | 66 | 42 |
| Binary | 10000101 | 101000 | 1111110 | 0 | 1000110 | 101 | 110000 | 100110001 | 110110 | 100010 |
Color Harmonies of #85287E
Complementary color
Monochromatic Colors of #85287E
Black with #85287E
Text Example
Text Example
White with #85287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85287E; }
p { color: rgb(133,40,126); }
H1.HeaderClassName
{
color: #85287E;
}
.AnyTagClassName
{
color: #85287E;
}
</style>
background-color css
<style>
a { background-color: #85287E; }
a { background-color: rgb(133,40,126); }
div.DivClassName
{
background-color: #85287E;
}
.BgClassName
{
background-color: #85287E;
}
</style>
border-color css
<style>
span { border-color: #85287E; }
span { border-color: rgb(133,40,126); }
td.TdClassName
{
border-color: #85287E;
}
.TagClassName
{
border-color: #85287E;
}
</style>