Shades of Dark Purple #86147E
Tints of Dark Purple #86147E
RGB
CMYK
RGB Variations
Color information
#86147E (or 0x86147E) is known color: Dark Purple. HEX triplet: 86, 14 and 7E. RGB value is (134,20,126). Sum of RGB (Red+Green+Blue) = 134+20+126=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86147E is #79EB81. Grayscale: #414141. Windows color (decimal): -7990146 or 8262790. OLE color: 8262790.
HSL color Cylindrical-coordinate representation of color #86147E: hue angle of 304.21º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86147E is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 126 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.47 |
| HSL | 304.21º | 0.74% | 0.3% | - |
| HSV(B) | 304.21º | 0.85% | 0.53% | - |
| XYZ | 13.85 | 7.08 | 20.37 | - |
| YUV | 66.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 126 | 0 | 0.85 | 0.06 | 0.47 | 304.21 | 0.74 | 0.3 |
| Hex | 86 | 14 | 7E | 0 | 55 | 6 | 2F | 130 | 4A | 1E |
| Octal | 206 | 24 | 176 | 0 | 125 | 6 | 57 | 460 | 112 | 36 |
| Binary | 10000110 | 10100 | 1111110 | 0 | 1010101 | 110 | 101111 | 100110000 | 1001010 | 11110 |
Color Harmonies of #86147E
Complementary color
Monochromatic Colors of #86147E
Black with #86147E
Text Example
Text Example
White with #86147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86147E; }
p { color: rgb(134,20,126); }
H1.HeaderClassName
{
color: #86147E;
}
.AnyTagClassName
{
color: #86147E;
}
</style>
background-color css
<style>
a { background-color: #86147E; }
a { background-color: rgb(134,20,126); }
div.DivClassName
{
background-color: #86147E;
}
.BgClassName
{
background-color: #86147E;
}
</style>
border-color css
<style>
span { border-color: #86147E; }
span { border-color: rgb(134,20,126); }
td.TdClassName
{
border-color: #86147E;
}
.TagClassName
{
border-color: #86147E;
}
</style>