Shades of Purple #86087E
Tints of Purple #86087E
RGB
CMYK
RGB Variations
Color information
#86087E (or 0x86087E) is known color: Purple. HEX triplet: 86, 08 and 7E. RGB value is (134,8,126). Sum of RGB (Red+Green+Blue) = 134+8+126=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #86087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86087E is #79F781. Grayscale: #3A3A3A. Windows color (decimal): -7993218 or 8259718. OLE color: 8259718.
HSL color Cylindrical-coordinate representation of color #86087E: hue angle of 303.81º 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 #86087E is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 126 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.47 |
| HSL | 303.81º | 0.89% | 0.28% | - |
| HSV(B) | 303.81º | 0.94% | 0.53% | - |
| XYZ | 13.68 | 6.75 | 20.32 | - |
| YUV | 59.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 126 | 0 | 0.94 | 0.06 | 0.47 | 303.81 | 0.89 | 0.28 |
| Hex | 86 | 8 | 7E | 0 | 5E | 6 | 2F | 130 | 59 | 1C |
| Octal | 206 | 10 | 176 | 0 | 136 | 6 | 57 | 460 | 131 | 34 |
| Binary | 10000110 | 1000 | 1111110 | 0 | 1011110 | 110 | 101111 | 100110000 | 1011001 | 11100 |
Color Harmonies of #86087E
Complementary color
Monochromatic Colors of #86087E
Black with #86087E
Text Example
Text Example
White with #86087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86087E; }
p { color: rgb(134,8,126); }
H1.HeaderClassName
{
color: #86087E;
}
.AnyTagClassName
{
color: #86087E;
}
</style>
background-color css
<style>
a { background-color: #86087E; }
a { background-color: rgb(134,8,126); }
div.DivClassName
{
background-color: #86087E;
}
.BgClassName
{
background-color: #86087E;
}
</style>
border-color css
<style>
span { border-color: #86087E; }
span { border-color: rgb(134,8,126); }
td.TdClassName
{
border-color: #86087E;
}
.TagClassName
{
border-color: #86087E;
}
</style>