Shades of Purple #86017D
Tints of Purple #86017D
RGB
CMYK
RGB Variations
Color information
#86017D (or 0x86017D) is known color: Purple. HEX triplet: 86, 01 and 7D. RGB value is (134,1,125). Sum of RGB (Red+Green+Blue) = 134+1+125=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86017D is #79FE82. Grayscale: #363636. Windows color (decimal): -7995011 or 8192390. OLE color: 8192390.
HSL color Cylindrical-coordinate representation of color #86017D: hue angle of 304.06º 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 #86017D is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.47 |
| HSL | 304.06º | 0.99% | 0.26% | - |
| HSV(B) | 304.06º | 0.99% | 0.53% | - |
| XYZ | 13.54 | 6.57 | 19.96 | - |
| YUV | 54.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 125 | 0 | 0.99 | 0.07 | 0.47 | 304.06 | 0.99 | 0.26 |
| Hex | 86 | 1 | 7D | 0 | 63 | 7 | 2F | 130 | 63 | 1A |
| Octal | 206 | 1 | 175 | 0 | 143 | 7 | 57 | 460 | 143 | 32 |
| Binary | 10000110 | 1 | 1111101 | 0 | 1100011 | 111 | 101111 | 100110000 | 1100011 | 11010 |
Color Harmonies of #86017D
Complementary color
Monochromatic Colors of #86017D
Black with #86017D
Text Example
Text Example
White with #86017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86017D; }
p { color: rgb(134,1,125); }
H1.HeaderClassName
{
color: #86017D;
}
.AnyTagClassName
{
color: #86017D;
}
</style>
background-color css
<style>
a { background-color: #86017D; }
a { background-color: rgb(134,1,125); }
div.DivClassName
{
background-color: #86017D;
}
.BgClassName
{
background-color: #86017D;
}
</style>
border-color css
<style>
span { border-color: #86017D; }
span { border-color: rgb(134,1,125); }
td.TdClassName
{
border-color: #86017D;
}
.TagClassName
{
border-color: #86017D;
}
</style>