Shades of Purple #86007B
Tints of Purple #86007B
RGB
CMYK
RGB Variations
Color information
#86007B (or 0x86007B) is known color: Purple. HEX triplet: 86, 00 and 7B. RGB value is (134,0,123). Sum of RGB (Red+Green+Blue) = 134+0+123=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #86007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86007B is #79FF84. Grayscale: #353535. Windows color (decimal): -7995269 or 8061062. OLE color: 8061062.
HSL color Cylindrical-coordinate representation of color #86007B: hue angle of 304.93º 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 #86007B is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.08 | 0.47 |
| HSL | 304.93º | 1% | 0.26% | - |
| HSV(B) | 304.93º | 1% | 0.53% | - |
| XYZ | 13.41 | 6.5 | 19.29 | - |
| YUV | 54.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 123 | 0 | 1 | 0.08 | 0.47 | 304.93 | 1 | 0.26 |
| Hex | 86 | 0 | 7B | 0 | 64 | 8 | 2F | 131 | 64 | 1A |
| Octal | 206 | 0 | 173 | 0 | 144 | 10 | 57 | 461 | 144 | 32 |
| Binary | 10000110 | 0 | 1111011 | 0 | 1100100 | 1000 | 101111 | 100110001 | 1100100 | 11010 |
Color Harmonies of #86007B
Complementary color
Monochromatic Colors of #86007B
Black with #86007B
Text Example
Text Example
White with #86007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86007B; }
p { color: rgb(134,0,123); }
H1.HeaderClassName
{
color: #86007B;
}
.AnyTagClassName
{
color: #86007B;
}
</style>
background-color css
<style>
a { background-color: #86007B; }
a { background-color: rgb(134,0,123); }
div.DivClassName
{
background-color: #86007B;
}
.BgClassName
{
background-color: #86007B;
}
</style>
border-color css
<style>
span { border-color: #86007B; }
span { border-color: rgb(134,0,123); }
td.TdClassName
{
border-color: #86007B;
}
.TagClassName
{
border-color: #86007B;
}
</style>