Shades of Dark Purple #85137D
Tints of Dark Purple #85137D
RGB
CMYK
RGB Variations
Color information
#85137D (or 0x85137D) is known color: Dark Purple. HEX triplet: 85, 13 and 7D. RGB value is (133,19,125). Sum of RGB (Red+Green+Blue) = 133+19+125=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85137D is #7AEC82. Grayscale: #404040. Windows color (decimal): -8055939 or 8196997. OLE color: 8196997.
HSL color Cylindrical-coordinate representation of color #85137D: hue angle of 304.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85137D is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 19 | 125 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.48 |
| HSL | 304.21º | 0.75% | 0.3% | - |
| HSV(B) | 304.21º | 0.86% | 0.52% | - |
| XYZ | 13.61 | 6.93 | 20.02 | - |
| YUV | 65.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 125 | 0 | 0.86 | 0.06 | 0.48 | 304.21 | 0.75 | 0.3 |
| Hex | 85 | 13 | 7D | 0 | 56 | 6 | 30 | 130 | 4B | 1E |
| Octal | 205 | 23 | 175 | 0 | 126 | 6 | 60 | 460 | 113 | 36 |
| Binary | 10000101 | 10011 | 1111101 | 0 | 1010110 | 110 | 110000 | 100110000 | 1001011 | 11110 |
Color Harmonies of #85137D
Complementary color
Monochromatic Colors of #85137D
Black with #85137D
Text Example
Text Example
White with #85137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85137D; }
p { color: rgb(133,19,125); }
H1.HeaderClassName
{
color: #85137D;
}
.AnyTagClassName
{
color: #85137D;
}
</style>
background-color css
<style>
a { background-color: #85137D; }
a { background-color: rgb(133,19,125); }
div.DivClassName
{
background-color: #85137D;
}
.BgClassName
{
background-color: #85137D;
}
</style>
border-color css
<style>
span { border-color: #85137D; }
span { border-color: rgb(133,19,125); }
td.TdClassName
{
border-color: #85137D;
}
.TagClassName
{
border-color: #85137D;
}
</style>