Shades of Dark Purple #85137B
Tints of Dark Purple #85137B
RGB
CMYK
RGB Variations
Color information
#85137B (or 0x85137B) is known color: Dark Purple. HEX triplet: 85, 13 and 7B. RGB value is (133,19,123). Sum of RGB (Red+Green+Blue) = 133+19+123=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85137B is #7AEC84. Grayscale: #404040. Windows color (decimal): -8055941 or 8065925. OLE color: 8065925.
HSL color Cylindrical-coordinate representation of color #85137B: hue angle of 305.26º 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 #85137B is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 19 | 123 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.48 |
| HSL | 305.26º | 0.75% | 0.3% | - |
| HSV(B) | 305.26º | 0.86% | 0.52% | - |
| XYZ | 13.48 | 6.88 | 19.36 | - |
| YUV | 64.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 123 | 0 | 0.86 | 0.08 | 0.48 | 305.26 | 0.75 | 0.3 |
| Hex | 85 | 13 | 7B | 0 | 56 | 8 | 30 | 131 | 4B | 1E |
| Octal | 205 | 23 | 173 | 0 | 126 | 10 | 60 | 461 | 113 | 36 |
| Binary | 10000101 | 10011 | 1111011 | 0 | 1010110 | 1000 | 110000 | 100110001 | 1001011 | 11110 |
Color Harmonies of #85137B
Complementary color
Monochromatic Colors of #85137B
Black with #85137B
Text Example
Text Example
White with #85137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85137B; }
p { color: rgb(133,19,123); }
H1.HeaderClassName
{
color: #85137B;
}
.AnyTagClassName
{
color: #85137B;
}
</style>
background-color css
<style>
a { background-color: #85137B; }
a { background-color: rgb(133,19,123); }
div.DivClassName
{
background-color: #85137B;
}
.BgClassName
{
background-color: #85137B;
}
</style>
border-color css
<style>
span { border-color: #85137B; }
span { border-color: rgb(133,19,123); }
td.TdClassName
{
border-color: #85137B;
}
.TagClassName
{
border-color: #85137B;
}
</style>