Shades of Dark Purple #85157B
Tints of Dark Purple #85157B
RGB
CMYK
RGB Variations
Color information
#85157B (or 0x85157B) is known color: Dark Purple. HEX triplet: 85, 15 and 7B. RGB value is (133,21,123). Sum of RGB (Red+Green+Blue) = 133+21+123=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85157B is #7AEA84. Grayscale: #414141. Windows color (decimal): -8055429 or 8066437. OLE color: 8066437.
HSL color Cylindrical-coordinate representation of color #85157B: hue angle of 305.36º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85157B is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 123 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.48 |
| HSL | 305.36º | 0.73% | 0.3% | - |
| HSV(B) | 305.36º | 0.84% | 0.52% | - |
| XYZ | 13.52 | 6.95 | 19.37 | - |
| YUV | 66.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 123 | 0 | 0.84 | 0.08 | 0.48 | 305.36 | 0.73 | 0.3 |
| Hex | 85 | 15 | 7B | 0 | 54 | 8 | 30 | 131 | 49 | 1E |
| Octal | 205 | 25 | 173 | 0 | 124 | 10 | 60 | 461 | 111 | 36 |
| Binary | 10000101 | 10101 | 1111011 | 0 | 1010100 | 1000 | 110000 | 100110001 | 1001001 | 11110 |
Color Harmonies of #85157B
Complementary color
Monochromatic Colors of #85157B
Black with #85157B
Text Example
Text Example
White with #85157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85157B; }
p { color: rgb(133,21,123); }
H1.HeaderClassName
{
color: #85157B;
}
.AnyTagClassName
{
color: #85157B;
}
</style>
background-color css
<style>
a { background-color: #85157B; }
a { background-color: rgb(133,21,123); }
div.DivClassName
{
background-color: #85157B;
}
.BgClassName
{
background-color: #85157B;
}
</style>
border-color css
<style>
span { border-color: #85157B; }
span { border-color: rgb(133,21,123); }
td.TdClassName
{
border-color: #85157B;
}
.TagClassName
{
border-color: #85157B;
}
</style>