Shades of Purple #86077F
Tints of Purple #86077F
RGB
CMYK
RGB Variations
Color information
#86077F (or 0x86077F) is known color: Purple. HEX triplet: 86, 07 and 7F. RGB value is (134,7,127). Sum of RGB (Red+Green+Blue) = 134+7+127=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #86077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86077F is #79F880. Grayscale: #3A3A3A. Windows color (decimal): -7993473 or 8324998. OLE color: 8324998.
HSL color Cylindrical-coordinate representation of color #86077F: hue angle of 303.31º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86077F is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 127 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.47 |
| HSL | 303.31º | 0.9% | 0.28% | - |
| HSV(B) | 303.31º | 0.95% | 0.53% | - |
| XYZ | 13.74 | 6.75 | 20.66 | - |
| YUV | 58.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 127 | 0 | 0.95 | 0.05 | 0.47 | 303.31 | 0.9 | 0.28 |
| Hex | 86 | 7 | 7F | 0 | 5F | 5 | 2F | 12F | 5A | 1C |
| Octal | 206 | 7 | 177 | 0 | 137 | 5 | 57 | 457 | 132 | 34 |
| Binary | 10000110 | 111 | 1111111 | 0 | 1011111 | 101 | 101111 | 100101111 | 1011010 | 11100 |
Color Harmonies of #86077F
Complementary color
Monochromatic Colors of #86077F
Black with #86077F
Text Example
Text Example
White with #86077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86077F; }
p { color: rgb(134,7,127); }
H1.HeaderClassName
{
color: #86077F;
}
.AnyTagClassName
{
color: #86077F;
}
</style>
background-color css
<style>
a { background-color: #86077F; }
a { background-color: rgb(134,7,127); }
div.DivClassName
{
background-color: #86077F;
}
.BgClassName
{
background-color: #86077F;
}
</style>
border-color css
<style>
span { border-color: #86077F; }
span { border-color: rgb(134,7,127); }
td.TdClassName
{
border-color: #86077F;
}
.TagClassName
{
border-color: #86077F;
}
</style>