Shades of Dark Purple #85117D
Tints of Dark Purple #85117D
RGB
CMYK
RGB Variations
Color information
#85117D (or 0x85117D) is known color: Dark Purple. HEX triplet: 85, 11 and 7D. RGB value is (133,17,125). Sum of RGB (Red+Green+Blue) = 133+17+125=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85117D is #7AEE82. Grayscale: #3F3F3F. Windows color (decimal): -8056451 or 8196485. OLE color: 8196485.
HSL color Cylindrical-coordinate representation of color #85117D: hue angle of 304.14º 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 #85117D is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 125 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.48 |
| HSL | 304.14º | 0.77% | 0.29% | - |
| HSV(B) | 304.14º | 0.87% | 0.52% | - |
| XYZ | 13.57 | 6.87 | 20.01 | - |
| YUV | 64 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 125 | 0 | 0.87 | 0.06 | 0.48 | 304.14 | 0.77 | 0.29 |
| Hex | 85 | 11 | 7D | 0 | 57 | 6 | 30 | 130 | 4D | 1D |
| Octal | 205 | 21 | 175 | 0 | 127 | 6 | 60 | 460 | 115 | 35 |
| Binary | 10000101 | 10001 | 1111101 | 0 | 1010111 | 110 | 110000 | 100110000 | 1001101 | 11101 |
Color Harmonies of #85117D
Complementary color
Monochromatic Colors of #85117D
Black with #85117D
Text Example
Text Example
White with #85117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85117D; }
p { color: rgb(133,17,125); }
H1.HeaderClassName
{
color: #85117D;
}
.AnyTagClassName
{
color: #85117D;
}
</style>
background-color css
<style>
a { background-color: #85117D; }
a { background-color: rgb(133,17,125); }
div.DivClassName
{
background-color: #85117D;
}
.BgClassName
{
background-color: #85117D;
}
</style>
border-color css
<style>
span { border-color: #85117D; }
span { border-color: rgb(133,17,125); }
td.TdClassName
{
border-color: #85117D;
}
.TagClassName
{
border-color: #85117D;
}
</style>