Shades of Purple #86087C
Tints of Purple #86087C
RGB
CMYK
RGB Variations
Color information
#86087C (or 0x86087C) is known color: Purple. HEX triplet: 86, 08 and 7C. RGB value is (134,8,124). Sum of RGB (Red+Green+Blue) = 134+8+124=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86087C is #79F783. Grayscale: #3A3A3A. Windows color (decimal): -7993220 or 8128646. OLE color: 8128646.
HSL color Cylindrical-coordinate representation of color #86087C: hue angle of 304.76º 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 #86087C is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 124 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.47 |
| HSL | 304.76º | 0.89% | 0.28% | - |
| HSV(B) | 304.76º | 0.94% | 0.53% | - |
| XYZ | 13.56 | 6.7 | 19.65 | - |
| YUV | 58.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 124 | 0 | 0.94 | 0.07 | 0.47 | 304.76 | 0.89 | 0.28 |
| Hex | 86 | 8 | 7C | 0 | 5E | 7 | 2F | 131 | 59 | 1C |
| Octal | 206 | 10 | 174 | 0 | 136 | 7 | 57 | 461 | 131 | 34 |
| Binary | 10000110 | 1000 | 1111100 | 0 | 1011110 | 111 | 101111 | 100110001 | 1011001 | 11100 |
Color Harmonies of #86087C
Complementary color
Monochromatic Colors of #86087C
Black with #86087C
Text Example
Text Example
White with #86087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86087C; }
p { color: rgb(134,8,124); }
H1.HeaderClassName
{
color: #86087C;
}
.AnyTagClassName
{
color: #86087C;
}
</style>
background-color css
<style>
a { background-color: #86087C; }
a { background-color: rgb(134,8,124); }
div.DivClassName
{
background-color: #86087C;
}
.BgClassName
{
background-color: #86087C;
}
</style>
border-color css
<style>
span { border-color: #86087C; }
span { border-color: rgb(134,8,124); }
td.TdClassName
{
border-color: #86087C;
}
.TagClassName
{
border-color: #86087C;
}
</style>