Shades of Purple #86017B
Tints of Purple #86017B
RGB
CMYK
RGB Variations
Color information
#86017B (or 0x86017B) is known color: Purple. HEX triplet: 86, 01 and 7B. RGB value is (134,1,123). Sum of RGB (Red+Green+Blue) = 134+1+123=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86017B is #79FE84. Grayscale: #363636. Windows color (decimal): -7995013 or 8061318. OLE color: 8061318.
HSL color Cylindrical-coordinate representation of color #86017B: hue angle of 304.96º 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 #86017B is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.47 |
| HSL | 304.96º | 0.99% | 0.26% | - |
| HSV(B) | 304.96º | 0.99% | 0.53% | - |
| XYZ | 13.42 | 6.52 | 19.29 | - |
| YUV | 54.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 123 | 0 | 0.99 | 0.08 | 0.47 | 304.96 | 0.99 | 0.26 |
| Hex | 86 | 1 | 7B | 0 | 63 | 8 | 2F | 131 | 63 | 1A |
| Octal | 206 | 1 | 173 | 0 | 143 | 10 | 57 | 461 | 143 | 32 |
| Binary | 10000110 | 1 | 1111011 | 0 | 1100011 | 1000 | 101111 | 100110001 | 1100011 | 11010 |
Color Harmonies of #86017B
Complementary color
Monochromatic Colors of #86017B
Black with #86017B
Text Example
Text Example
White with #86017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86017B; }
p { color: rgb(134,1,123); }
H1.HeaderClassName
{
color: #86017B;
}
.AnyTagClassName
{
color: #86017B;
}
</style>
background-color css
<style>
a { background-color: #86017B; }
a { background-color: rgb(134,1,123); }
div.DivClassName
{
background-color: #86017B;
}
.BgClassName
{
background-color: #86017B;
}
</style>
border-color css
<style>
span { border-color: #86017B; }
span { border-color: rgb(134,1,123); }
td.TdClassName
{
border-color: #86017B;
}
.TagClassName
{
border-color: #86017B;
}
</style>