Shades of Dark Purple #85167E
Tints of Dark Purple #85167E
RGB
CMYK
RGB Variations
Color information
#85167E (or 0x85167E) is known color: Dark Purple. HEX triplet: 85, 16 and 7E. RGB value is (133,22,126). Sum of RGB (Red+Green+Blue) = 133+22+126=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85167E is #7AE981. Grayscale: #424242. Windows color (decimal): -8055170 or 8263301. OLE color: 8263301.
HSL color Cylindrical-coordinate representation of color #85167E: hue angle of 303.78º 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 #85167E is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 126 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.48 |
| HSL | 303.78º | 0.72% | 0.3% | - |
| HSV(B) | 303.78º | 0.83% | 0.52% | - |
| XYZ | 13.73 | 7.07 | 20.38 | - |
| YUV | 67.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 126 | 0 | 0.83 | 0.05 | 0.48 | 303.78 | 0.72 | 0.3 |
| Hex | 85 | 16 | 7E | 0 | 53 | 5 | 30 | 130 | 48 | 1E |
| Octal | 205 | 26 | 176 | 0 | 123 | 5 | 60 | 460 | 110 | 36 |
| Binary | 10000101 | 10110 | 1111110 | 0 | 1010011 | 101 | 110000 | 100110000 | 1001000 | 11110 |
Color Harmonies of #85167E
Complementary color
Monochromatic Colors of #85167E
Black with #85167E
Text Example
Text Example
White with #85167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85167E; }
p { color: rgb(133,22,126); }
H1.HeaderClassName
{
color: #85167E;
}
.AnyTagClassName
{
color: #85167E;
}
</style>
background-color css
<style>
a { background-color: #85167E; }
a { background-color: rgb(133,22,126); }
div.DivClassName
{
background-color: #85167E;
}
.BgClassName
{
background-color: #85167E;
}
</style>
border-color css
<style>
span { border-color: #85167E; }
span { border-color: rgb(133,22,126); }
td.TdClassName
{
border-color: #85167E;
}
.TagClassName
{
border-color: #85167E;
}
</style>