Shades of Purple #86017C
Tints of Purple #86017C
RGB
CMYK
RGB Variations
Color information
#86017C (or 0x86017C) is known color: Purple. HEX triplet: 86, 01 and 7C. RGB value is (134,1,124). Sum of RGB (Red+Green+Blue) = 134+1+124=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86017C is #79FE83. Grayscale: #363636. Windows color (decimal): -7995012 or 8126854. OLE color: 8126854.
HSL color Cylindrical-coordinate representation of color #86017C: hue angle of 304.51º 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 #86017C is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.47 |
| HSL | 304.51º | 0.99% | 0.26% | - |
| HSV(B) | 304.51º | 0.99% | 0.53% | - |
| XYZ | 13.48 | 6.55 | 19.62 | - |
| YUV | 54.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 124 | 0 | 0.99 | 0.07 | 0.47 | 304.51 | 0.99 | 0.26 |
| Hex | 86 | 1 | 7C | 0 | 63 | 7 | 2F | 131 | 63 | 1A |
| Octal | 206 | 1 | 174 | 0 | 143 | 7 | 57 | 461 | 143 | 32 |
| Binary | 10000110 | 1 | 1111100 | 0 | 1100011 | 111 | 101111 | 100110001 | 1100011 | 11010 |
Color Harmonies of #86017C
Complementary color
Monochromatic Colors of #86017C
Black with #86017C
Text Example
Text Example
White with #86017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86017C; }
p { color: rgb(134,1,124); }
H1.HeaderClassName
{
color: #86017C;
}
.AnyTagClassName
{
color: #86017C;
}
</style>
background-color css
<style>
a { background-color: #86017C; }
a { background-color: rgb(134,1,124); }
div.DivClassName
{
background-color: #86017C;
}
.BgClassName
{
background-color: #86017C;
}
</style>
border-color css
<style>
span { border-color: #86017C; }
span { border-color: rgb(134,1,124); }
td.TdClassName
{
border-color: #86017C;
}
.TagClassName
{
border-color: #86017C;
}
</style>