Shades of Purple #86087F
Tints of Purple #86087F
RGB
CMYK
RGB Variations
Color information
#86087F (or 0x86087F) is known color: Purple. HEX triplet: 86, 08 and 7F. RGB value is (134,8,127). Sum of RGB (Red+Green+Blue) = 134+8+127=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #86087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86087F is #79F780. Grayscale: #3A3A3A. Windows color (decimal): -7993217 or 8325254. OLE color: 8325254.
HSL color Cylindrical-coordinate representation of color #86087F: hue angle of 303.33º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86087F is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 127 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.47 |
| HSL | 303.33º | 0.89% | 0.28% | - |
| HSV(B) | 303.33º | 0.94% | 0.53% | - |
| XYZ | 13.75 | 6.77 | 20.66 | - |
| YUV | 59.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 127 | 0 | 0.94 | 0.05 | 0.47 | 303.33 | 0.89 | 0.28 |
| Hex | 86 | 8 | 7F | 0 | 5E | 5 | 2F | 12F | 59 | 1C |
| Octal | 206 | 10 | 177 | 0 | 136 | 5 | 57 | 457 | 131 | 34 |
| Binary | 10000110 | 1000 | 1111111 | 0 | 1011110 | 101 | 101111 | 100101111 | 1011001 | 11100 |
Color Harmonies of #86087F
Complementary color
Monochromatic Colors of #86087F
Black with #86087F
Text Example
Text Example
White with #86087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86087F; }
p { color: rgb(134,8,127); }
H1.HeaderClassName
{
color: #86087F;
}
.AnyTagClassName
{
color: #86087F;
}
</style>
background-color css
<style>
a { background-color: #86087F; }
a { background-color: rgb(134,8,127); }
div.DivClassName
{
background-color: #86087F;
}
.BgClassName
{
background-color: #86087F;
}
</style>
border-color css
<style>
span { border-color: #86087F; }
span { border-color: rgb(134,8,127); }
td.TdClassName
{
border-color: #86087F;
}
.TagClassName
{
border-color: #86087F;
}
</style>