Shades of Purple #85087C
Tints of Purple #85087C
RGB
CMYK
RGB Variations
Color information
#85087C (or 0x85087C) is known color: Purple. HEX triplet: 85, 08 and 7C. RGB value is (133,8,124). Sum of RGB (Red+Green+Blue) = 133+8+124=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85087C is #7AF783. Grayscale: #3A3A3A. Windows color (decimal): -8058756 or 8128645. OLE color: 8128645.
HSL color Cylindrical-coordinate representation of color #85087C: hue angle of 304.32º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85087C is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 124 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.48 |
| HSL | 304.32º | 0.89% | 0.28% | - |
| HSV(B) | 304.32º | 0.94% | 0.52% | - |
| XYZ | 13.4 | 6.62 | 19.64 | - |
| YUV | 58.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 124 | 0 | 0.94 | 0.07 | 0.48 | 304.32 | 0.89 | 0.28 |
| Hex | 85 | 8 | 7C | 0 | 5E | 7 | 30 | 130 | 59 | 1C |
| Octal | 205 | 10 | 174 | 0 | 136 | 7 | 60 | 460 | 131 | 34 |
| Binary | 10000101 | 1000 | 1111100 | 0 | 1011110 | 111 | 110000 | 100110000 | 1011001 | 11100 |
Color Harmonies of #85087C
Complementary color
Monochromatic Colors of #85087C
Black with #85087C
Text Example
Text Example
White with #85087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85087C; }
p { color: rgb(133,8,124); }
H1.HeaderClassName
{
color: #85087C;
}
.AnyTagClassName
{
color: #85087C;
}
</style>
background-color css
<style>
a { background-color: #85087C; }
a { background-color: rgb(133,8,124); }
div.DivClassName
{
background-color: #85087C;
}
.BgClassName
{
background-color: #85087C;
}
</style>
border-color css
<style>
span { border-color: #85087C; }
span { border-color: rgb(133,8,124); }
td.TdClassName
{
border-color: #85087C;
}
.TagClassName
{
border-color: #85087C;
}
</style>