Shades of Dark Purple #85166F
Tints of Dark Purple #85166F
RGB
CMYK
RGB Variations
Color information
#85166F (or 0x85166F) is known color: Dark Purple. HEX triplet: 85, 16 and 6F. RGB value is (133,22,111). Sum of RGB (Red+Green+Blue) = 133+22+111=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85166F is #7AE990. Grayscale: #414141. Windows color (decimal): -8055185 or 7280261. OLE color: 7280261.
HSL color Cylindrical-coordinate representation of color #85166F: hue angle of 311.89º 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 #85166F is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 111 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.48 |
| HSL | 311.89º | 0.72% | 0.3% | - |
| HSV(B) | 311.89º | 0.83% | 0.52% | - |
| XYZ | 12.83 | 6.71 | 15.66 | - |
| YUV | 65.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 111 | 0 | 0.83 | 0.17 | 0.48 | 311.89 | 0.72 | 0.3 |
| Hex | 85 | 16 | 6F | 0 | 53 | 11 | 30 | 138 | 48 | 1E |
| Octal | 205 | 26 | 157 | 0 | 123 | 21 | 60 | 470 | 110 | 36 |
| Binary | 10000101 | 10110 | 1101111 | 0 | 1010011 | 10001 | 110000 | 100111000 | 1001000 | 11110 |
Color Harmonies of #85166F
Complementary color
Monochromatic Colors of #85166F
Black with #85166F
Text Example
Text Example
White with #85166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85166F; }
p { color: rgb(133,22,111); }
H1.HeaderClassName
{
color: #85166F;
}
.AnyTagClassName
{
color: #85166F;
}
</style>
background-color css
<style>
a { background-color: #85166F; }
a { background-color: rgb(133,22,111); }
div.DivClassName
{
background-color: #85166F;
}
.BgClassName
{
background-color: #85166F;
}
</style>
border-color css
<style>
span { border-color: #85166F; }
span { border-color: rgb(133,22,111); }
td.TdClassName
{
border-color: #85166F;
}
.TagClassName
{
border-color: #85166F;
}
</style>