Shades of Purple #86007E
Tints of Purple #86007E
RGB
CMYK
RGB Variations
Color information
#86007E (or 0x86007E) is known color: Purple. HEX triplet: 86, 00 and 7E. RGB value is (134,0,126). Sum of RGB (Red+Green+Blue) = 134+0+126=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86007E is #79FF81. Grayscale: #363636. Windows color (decimal): -7995266 or 8257670. OLE color: 8257670.
HSL color Cylindrical-coordinate representation of color #86007E: hue angle of 303.58º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86007E is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.06 | 0.47 |
| HSL | 303.58º | 1% | 0.26% | - |
| HSV(B) | 303.58º | 1% | 0.53% | - |
| XYZ | 13.6 | 6.57 | 20.29 | - |
| YUV | 54.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 126 | 0 | 1 | 0.06 | 0.47 | 303.58 | 1 | 0.26 |
| Hex | 86 | 0 | 7E | 0 | 64 | 6 | 2F | 130 | 64 | 1A |
| Octal | 206 | 0 | 176 | 0 | 144 | 6 | 57 | 460 | 144 | 32 |
| Binary | 10000110 | 0 | 1111110 | 0 | 1100100 | 110 | 101111 | 100110000 | 1100100 | 11010 |
Color Harmonies of #86007E
Complementary color
Monochromatic Colors of #86007E
Black with #86007E
Text Example
Text Example
White with #86007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86007E; }
p { color: rgb(134,0,126); }
H1.HeaderClassName
{
color: #86007E;
}
.AnyTagClassName
{
color: #86007E;
}
</style>
background-color css
<style>
a { background-color: #86007E; }
a { background-color: rgb(134,0,126); }
div.DivClassName
{
background-color: #86007E;
}
.BgClassName
{
background-color: #86007E;
}
</style>
border-color css
<style>
span { border-color: #86007E; }
span { border-color: rgb(134,0,126); }
td.TdClassName
{
border-color: #86007E;
}
.TagClassName
{
border-color: #86007E;
}
</style>