Shades of Dark Purple #85117C
Tints of Dark Purple #85117C
RGB
CMYK
RGB Variations
Color information
#85117C (or 0x85117C) is known color: Dark Purple. HEX triplet: 85, 11 and 7C. RGB value is (133,17,124). Sum of RGB (Red+Green+Blue) = 133+17+124=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85117C is #7AEE83. Grayscale: #3F3F3F. Windows color (decimal): -8056452 or 8130949. OLE color: 8130949.
HSL color Cylindrical-coordinate representation of color #85117C: hue angle of 304.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85117C is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 124 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.48 |
| HSL | 304.66º | 0.77% | 0.29% | - |
| HSV(B) | 304.66º | 0.87% | 0.52% | - |
| XYZ | 13.51 | 6.84 | 19.68 | - |
| YUV | 63.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 124 | 0 | 0.87 | 0.07 | 0.48 | 304.66 | 0.77 | 0.29 |
| Hex | 85 | 11 | 7C | 0 | 57 | 7 | 30 | 131 | 4D | 1D |
| Octal | 205 | 21 | 174 | 0 | 127 | 7 | 60 | 461 | 115 | 35 |
| Binary | 10000101 | 10001 | 1111100 | 0 | 1010111 | 111 | 110000 | 100110001 | 1001101 | 11101 |
Color Harmonies of #85117C
Complementary color
Monochromatic Colors of #85117C
Black with #85117C
Text Example
Text Example
White with #85117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85117C; }
p { color: rgb(133,17,124); }
H1.HeaderClassName
{
color: #85117C;
}
.AnyTagClassName
{
color: #85117C;
}
</style>
background-color css
<style>
a { background-color: #85117C; }
a { background-color: rgb(133,17,124); }
div.DivClassName
{
background-color: #85117C;
}
.BgClassName
{
background-color: #85117C;
}
</style>
border-color css
<style>
span { border-color: #85117C; }
span { border-color: rgb(133,17,124); }
td.TdClassName
{
border-color: #85117C;
}
.TagClassName
{
border-color: #85117C;
}
</style>