Shades of Dark Purple #86147D
Tints of Dark Purple #86147D
RGB
CMYK
RGB Variations
Color information
#86147D (or 0x86147D) is known color: Dark Purple. HEX triplet: 86, 14 and 7D. RGB value is (134,20,125). Sum of RGB (Red+Green+Blue) = 134+20+125=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86147D is #79EB82. Grayscale: #414141. Windows color (decimal): -7990147 or 8197254. OLE color: 8197254.
HSL color Cylindrical-coordinate representation of color #86147D: hue angle of 304.74º 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 #86147D is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 125 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.47 |
| HSL | 304.74º | 0.74% | 0.3% | - |
| HSV(B) | 304.74º | 0.85% | 0.53% | - |
| XYZ | 13.78 | 7.05 | 20.04 | - |
| YUV | 66.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 125 | 0 | 0.85 | 0.07 | 0.47 | 304.74 | 0.74 | 0.3 |
| Hex | 86 | 14 | 7D | 0 | 55 | 7 | 2F | 131 | 4A | 1E |
| Octal | 206 | 24 | 175 | 0 | 125 | 7 | 57 | 461 | 112 | 36 |
| Binary | 10000110 | 10100 | 1111101 | 0 | 1010101 | 111 | 101111 | 100110001 | 1001010 | 11110 |
Color Harmonies of #86147D
Complementary color
Monochromatic Colors of #86147D
Black with #86147D
Text Example
Text Example
White with #86147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86147D; }
p { color: rgb(134,20,125); }
H1.HeaderClassName
{
color: #86147D;
}
.AnyTagClassName
{
color: #86147D;
}
</style>
background-color css
<style>
a { background-color: #86147D; }
a { background-color: rgb(134,20,125); }
div.DivClassName
{
background-color: #86147D;
}
.BgClassName
{
background-color: #86147D;
}
</style>
border-color css
<style>
span { border-color: #86147D; }
span { border-color: rgb(134,20,125); }
td.TdClassName
{
border-color: #86147D;
}
.TagClassName
{
border-color: #86147D;
}
</style>