Shades of Dark Purple #85117F
Tints of Dark Purple #85117F
RGB
CMYK
RGB Variations
Color information
#85117F (or 0x85117F) is known color: Dark Purple. HEX triplet: 85, 11 and 7F. RGB value is (133,17,127). Sum of RGB (Red+Green+Blue) = 133+17+127=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85117F is #7AEE80. Grayscale: #3F3F3F. Windows color (decimal): -8056449 or 8327557. OLE color: 8327557.
HSL color Cylindrical-coordinate representation of color #85117F: hue angle of 303.1º 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 #85117F is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 127 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.48 |
| HSL | 303.1º | 0.77% | 0.29% | - |
| HSV(B) | 303.1º | 0.87% | 0.52% | - |
| XYZ | 13.7 | 6.92 | 20.69 | - |
| YUV | 64.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 127 | 0 | 0.87 | 0.05 | 0.48 | 303.1 | 0.77 | 0.29 |
| Hex | 85 | 11 | 7F | 0 | 57 | 5 | 30 | 12F | 4D | 1D |
| Octal | 205 | 21 | 177 | 0 | 127 | 5 | 60 | 457 | 115 | 35 |
| Binary | 10000101 | 10001 | 1111111 | 0 | 1010111 | 101 | 110000 | 100101111 | 1001101 | 11101 |
Color Harmonies of #85117F
Complementary color
Monochromatic Colors of #85117F
Black with #85117F
Text Example
Text Example
White with #85117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85117F; }
p { color: rgb(133,17,127); }
H1.HeaderClassName
{
color: #85117F;
}
.AnyTagClassName
{
color: #85117F;
}
</style>
background-color css
<style>
a { background-color: #85117F; }
a { background-color: rgb(133,17,127); }
div.DivClassName
{
background-color: #85117F;
}
.BgClassName
{
background-color: #85117F;
}
</style>
border-color css
<style>
span { border-color: #85117F; }
span { border-color: rgb(133,17,127); }
td.TdClassName
{
border-color: #85117F;
}
.TagClassName
{
border-color: #85117F;
}
</style>