Shades of Purple #85016F
Tints of Purple #85016F
RGB
CMYK
RGB Variations
Color information
#85016F (or 0x85016F) is known color: Purple. HEX triplet: 85, 01 and 6F. RGB value is (133,1,111). Sum of RGB (Red+Green+Blue) = 133+1+111=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85016F is #7AFE90. Grayscale: #343434. Windows color (decimal): -8060561 or 7274885. OLE color: 7274885.
HSL color Cylindrical-coordinate representation of color #85016F: hue angle of 310º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85016F is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.48 |
| HSL | 310º | 0.99% | 0.26% | - |
| HSV(B) | 310º | 0.99% | 0.52% | - |
| XYZ | 12.55 | 6.16 | 15.57 | - |
| YUV | 53.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 111 | 0 | 0.99 | 0.17 | 0.48 | 310 | 0.99 | 0.26 |
| Hex | 85 | 1 | 6F | 0 | 63 | 11 | 30 | 136 | 63 | 1A |
| Octal | 205 | 1 | 157 | 0 | 143 | 21 | 60 | 466 | 143 | 32 |
| Binary | 10000101 | 1 | 1101111 | 0 | 1100011 | 10001 | 110000 | 100110110 | 1100011 | 11010 |
Color Harmonies of #85016F
Complementary color
Monochromatic Colors of #85016F
Black with #85016F
Text Example
Text Example
White with #85016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85016F; }
p { color: rgb(133,1,111); }
H1.HeaderClassName
{
color: #85016F;
}
.AnyTagClassName
{
color: #85016F;
}
</style>
background-color css
<style>
a { background-color: #85016F; }
a { background-color: rgb(133,1,111); }
div.DivClassName
{
background-color: #85016F;
}
.BgClassName
{
background-color: #85016F;
}
</style>
border-color css
<style>
span { border-color: #85016F; }
span { border-color: rgb(133,1,111); }
td.TdClassName
{
border-color: #85016F;
}
.TagClassName
{
border-color: #85016F;
}
</style>