Shades of Dark Purple #85137A
Tints of Dark Purple #85137A
RGB
CMYK
RGB Variations
Color information
#85137A (or 0x85137A) is known color: Dark Purple. HEX triplet: 85, 13 and 7A. RGB value is (133,19,122). Sum of RGB (Red+Green+Blue) = 133+19+122=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85137A is #7AEC85. Grayscale: #404040. Windows color (decimal): -8055942 or 8000389. OLE color: 8000389.
HSL color Cylindrical-coordinate representation of color #85137A: hue angle of 305.79º 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 #85137A is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 19 | 122 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.48 |
| HSL | 305.79º | 0.75% | 0.3% | - |
| HSV(B) | 305.79º | 0.86% | 0.52% | - |
| XYZ | 13.42 | 6.86 | 19.03 | - |
| YUV | 64.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 122 | 0 | 0.86 | 0.08 | 0.48 | 305.79 | 0.75 | 0.3 |
| Hex | 85 | 13 | 7A | 0 | 56 | 8 | 30 | 132 | 4B | 1E |
| Octal | 205 | 23 | 172 | 0 | 126 | 10 | 60 | 462 | 113 | 36 |
| Binary | 10000101 | 10011 | 1111010 | 0 | 1010110 | 1000 | 110000 | 100110010 | 1001011 | 11110 |
Color Harmonies of #85137A
Complementary color
Monochromatic Colors of #85137A
Black with #85137A
Text Example
Text Example
White with #85137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85137A; }
p { color: rgb(133,19,122); }
H1.HeaderClassName
{
color: #85137A;
}
.AnyTagClassName
{
color: #85137A;
}
</style>
background-color css
<style>
a { background-color: #85137A; }
a { background-color: rgb(133,19,122); }
div.DivClassName
{
background-color: #85137A;
}
.BgClassName
{
background-color: #85137A;
}
</style>
border-color css
<style>
span { border-color: #85137A; }
span { border-color: rgb(133,19,122); }
td.TdClassName
{
border-color: #85137A;
}
.TagClassName
{
border-color: #85137A;
}
</style>