Shades of Dark Purple #85287F
Tints of Dark Purple #85287F
RGB
CMYK
RGB Variations
Color information
#85287F (or 0x85287F) is known color: Dark Purple. HEX triplet: 85, 28 and 7F. RGB value is (133,40,127). Sum of RGB (Red+Green+Blue) = 133+40+127=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #85287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85287F is #7AD780. Grayscale: #4D4D4D. Windows color (decimal): -8050561 or 8333445. OLE color: 8333445.
HSL color Cylindrical-coordinate representation of color #85287F: hue angle of 303.87º 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 #85287F is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 127 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.48 |
| HSL | 303.87º | 0.54% | 0.34% | - |
| HSV(B) | 303.87º | 0.7% | 0.52% | - |
| XYZ | 14.26 | 8.04 | 20.88 | - |
| YUV | 77.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 127 | 0 | 0.70 | 0.05 | 0.48 | 303.87 | 0.54 | 0.34 |
| Hex | 85 | 28 | 7F | 0 | 46 | 5 | 30 | 130 | 36 | 22 |
| Octal | 205 | 50 | 177 | 0 | 106 | 5 | 60 | 460 | 66 | 42 |
| Binary | 10000101 | 101000 | 1111111 | 0 | 1000110 | 101 | 110000 | 100110000 | 110110 | 100010 |
Color Harmonies of #85287F
Complementary color
Monochromatic Colors of #85287F
Black with #85287F
Text Example
Text Example
White with #85287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85287F; }
p { color: rgb(133,40,127); }
H1.HeaderClassName
{
color: #85287F;
}
.AnyTagClassName
{
color: #85287F;
}
</style>
background-color css
<style>
a { background-color: #85287F; }
a { background-color: rgb(133,40,127); }
div.DivClassName
{
background-color: #85287F;
}
.BgClassName
{
background-color: #85287F;
}
</style>
border-color css
<style>
span { border-color: #85287F; }
span { border-color: rgb(133,40,127); }
td.TdClassName
{
border-color: #85287F;
}
.TagClassName
{
border-color: #85287F;
}
</style>