Shades of Dark Purple #85167C
Tints of Dark Purple #85167C
RGB
CMYK
RGB Variations
Color information
#85167C (or 0x85167C) is known color: Dark Purple. HEX triplet: 85, 16 and 7C. RGB value is (133,22,124). Sum of RGB (Red+Green+Blue) = 133+22+124=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85167C is #7AE983. Grayscale: #424242. Windows color (decimal): -8055172 or 8132229. OLE color: 8132229.
HSL color Cylindrical-coordinate representation of color #85167C: hue angle of 304.86º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85167C is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 124 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.48 |
| HSL | 304.86º | 0.72% | 0.3% | - |
| HSV(B) | 304.86º | 0.83% | 0.52% | - |
| XYZ | 13.6 | 7.02 | 19.71 | - |
| YUV | 66.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 124 | 0 | 0.83 | 0.07 | 0.48 | 304.86 | 0.72 | 0.3 |
| Hex | 85 | 16 | 7C | 0 | 53 | 7 | 30 | 131 | 48 | 1E |
| Octal | 205 | 26 | 174 | 0 | 123 | 7 | 60 | 461 | 110 | 36 |
| Binary | 10000101 | 10110 | 1111100 | 0 | 1010011 | 111 | 110000 | 100110001 | 1001000 | 11110 |
Color Harmonies of #85167C
Complementary color
Monochromatic Colors of #85167C
Black with #85167C
Text Example
Text Example
White with #85167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85167C; }
p { color: rgb(133,22,124); }
H1.HeaderClassName
{
color: #85167C;
}
.AnyTagClassName
{
color: #85167C;
}
</style>
background-color css
<style>
a { background-color: #85167C; }
a { background-color: rgb(133,22,124); }
div.DivClassName
{
background-color: #85167C;
}
.BgClassName
{
background-color: #85167C;
}
</style>
border-color css
<style>
span { border-color: #85167C; }
span { border-color: rgb(133,22,124); }
td.TdClassName
{
border-color: #85167C;
}
.TagClassName
{
border-color: #85167C;
}
</style>