Shades of Purple #86016F
Tints of Purple #86016F
RGB
CMYK
RGB Variations
Color information
#86016F (or 0x86016F) is known color: Purple. HEX triplet: 86, 01 and 6F. RGB value is (134,1,111). Sum of RGB (Red+Green+Blue) = 134+1+111=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86016F is #79FE90. Grayscale: #353535. Windows color (decimal): -7995025 or 7274886. OLE color: 7274886.
HSL color Cylindrical-coordinate representation of color #86016F: hue angle of 310.38º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86016F is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.47 |
| HSL | 310.38º | 0.99% | 0.26% | - |
| HSV(B) | 310.38º | 0.99% | 0.53% | - |
| XYZ | 12.71 | 6.24 | 15.57 | - |
| YUV | 53.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 111 | 0 | 0.99 | 0.17 | 0.47 | 310.38 | 0.99 | 0.26 |
| Hex | 86 | 1 | 6F | 0 | 63 | 11 | 2F | 136 | 63 | 1A |
| Octal | 206 | 1 | 157 | 0 | 143 | 21 | 57 | 466 | 143 | 32 |
| Binary | 10000110 | 1 | 1101111 | 0 | 1100011 | 10001 | 101111 | 100110110 | 1100011 | 11010 |
Color Harmonies of #86016F
Complementary color
Monochromatic Colors of #86016F
Black with #86016F
Text Example
Text Example
White with #86016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86016F; }
p { color: rgb(134,1,111); }
H1.HeaderClassName
{
color: #86016F;
}
.AnyTagClassName
{
color: #86016F;
}
</style>
background-color css
<style>
a { background-color: #86016F; }
a { background-color: rgb(134,1,111); }
div.DivClassName
{
background-color: #86016F;
}
.BgClassName
{
background-color: #86016F;
}
</style>
border-color css
<style>
span { border-color: #86016F; }
span { border-color: rgb(134,1,111); }
td.TdClassName
{
border-color: #86016F;
}
.TagClassName
{
border-color: #86016F;
}
</style>