Shades of Dark Purple #86157F
Tints of Dark Purple #86157F
RGB
CMYK
RGB Variations
Color information
#86157F (or 0x86157F) is known color: Dark Purple. HEX triplet: 86, 15 and 7F. RGB value is (134,21,127). Sum of RGB (Red+Green+Blue) = 134+21+127=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86157F is #79EA80. Grayscale: #424242. Windows color (decimal): -7989889 or 8328582. OLE color: 8328582.
HSL color Cylindrical-coordinate representation of color #86157F: hue angle of 303.72º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86157F is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 127 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.47 |
| HSL | 303.72º | 0.73% | 0.3% | - |
| HSV(B) | 303.72º | 0.84% | 0.53% | - |
| XYZ | 13.93 | 7.14 | 20.72 | - |
| YUV | 66.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 127 | 0 | 0.84 | 0.05 | 0.47 | 303.72 | 0.73 | 0.3 |
| Hex | 86 | 15 | 7F | 0 | 54 | 5 | 2F | 130 | 49 | 1E |
| Octal | 206 | 25 | 177 | 0 | 124 | 5 | 57 | 460 | 111 | 36 |
| Binary | 10000110 | 10101 | 1111111 | 0 | 1010100 | 101 | 101111 | 100110000 | 1001001 | 11110 |
Color Harmonies of #86157F
Complementary color
Monochromatic Colors of #86157F
Black with #86157F
Text Example
Text Example
White with #86157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86157F; }
p { color: rgb(134,21,127); }
H1.HeaderClassName
{
color: #86157F;
}
.AnyTagClassName
{
color: #86157F;
}
</style>
background-color css
<style>
a { background-color: #86157F; }
a { background-color: rgb(134,21,127); }
div.DivClassName
{
background-color: #86157F;
}
.BgClassName
{
background-color: #86157F;
}
</style>
border-color css
<style>
span { border-color: #86157F; }
span { border-color: rgb(134,21,127); }
td.TdClassName
{
border-color: #86157F;
}
.TagClassName
{
border-color: #86157F;
}
</style>