Shades of Dark Purple #85166A
Tints of Dark Purple #85166A
RGB
CMYK
RGB Variations
Color information
#85166A (or 0x85166A) is known color: Dark Purple. HEX triplet: 85, 16 and 6A. RGB value is (133,22,106). Sum of RGB (Red+Green+Blue) = 133+22+106=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85166A is #7AE995. Grayscale: #404040. Windows color (decimal): -8055190 or 6952581. OLE color: 6952581.
HSL color Cylindrical-coordinate representation of color #85166A: hue angle of 314.59º 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 #85166A is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 106 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.48 |
| HSL | 314.59º | 0.72% | 0.3% | - |
| HSV(B) | 314.59º | 0.83% | 0.52% | - |
| XYZ | 12.56 | 6.6 | 14.25 | - |
| YUV | 64.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 106 | 0 | 0.83 | 0.20 | 0.48 | 314.59 | 0.72 | 0.3 |
| Hex | 85 | 16 | 6A | 0 | 53 | 14 | 30 | 13B | 48 | 1E |
| Octal | 205 | 26 | 152 | 0 | 123 | 24 | 60 | 473 | 110 | 36 |
| Binary | 10000101 | 10110 | 1101010 | 0 | 1010011 | 10100 | 110000 | 100111011 | 1001000 | 11110 |
Color Harmonies of #85166A
Complementary color
Monochromatic Colors of #85166A
Black with #85166A
Text Example
Text Example
White with #85166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85166A; }
p { color: rgb(133,22,106); }
H1.HeaderClassName
{
color: #85166A;
}
.AnyTagClassName
{
color: #85166A;
}
</style>
background-color css
<style>
a { background-color: #85166A; }
a { background-color: rgb(133,22,106); }
div.DivClassName
{
background-color: #85166A;
}
.BgClassName
{
background-color: #85166A;
}
</style>
border-color css
<style>
span { border-color: #85166A; }
span { border-color: rgb(133,22,106); }
td.TdClassName
{
border-color: #85166A;
}
.TagClassName
{
border-color: #85166A;
}
</style>