Shades of Dark Purple #86167C
Tints of Dark Purple #86167C
RGB
CMYK
RGB Variations
Color information
#86167C (or 0x86167C) is known color: Dark Purple. HEX triplet: 86, 16 and 7C. RGB value is (134,22,124). Sum of RGB (Red+Green+Blue) = 134+22+124=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86167C is #79E983. Grayscale: #424242. Windows color (decimal): -7989636 or 8132230. OLE color: 8132230.
HSL color Cylindrical-coordinate representation of color #86167C: hue angle of 305.36º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86167C is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 124 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.47 |
| HSL | 305.36º | 0.72% | 0.31% | - |
| HSV(B) | 305.36º | 0.84% | 0.53% | - |
| XYZ | 13.76 | 7.1 | 19.71 | - |
| YUV | 67.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 124 | 0 | 0.84 | 0.07 | 0.47 | 305.36 | 0.72 | 0.31 |
| Hex | 86 | 16 | 7C | 0 | 54 | 7 | 2F | 131 | 48 | 1F |
| Octal | 206 | 26 | 174 | 0 | 124 | 7 | 57 | 461 | 110 | 37 |
| Binary | 10000110 | 10110 | 1111100 | 0 | 1010100 | 111 | 101111 | 100110001 | 1001000 | 11111 |
Color Harmonies of #86167C
Complementary color
Monochromatic Colors of #86167C
Black with #86167C
Text Example
Text Example
White with #86167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86167C; }
p { color: rgb(134,22,124); }
H1.HeaderClassName
{
color: #86167C;
}
.AnyTagClassName
{
color: #86167C;
}
</style>
background-color css
<style>
a { background-color: #86167C; }
a { background-color: rgb(134,22,124); }
div.DivClassName
{
background-color: #86167C;
}
.BgClassName
{
background-color: #86167C;
}
</style>
border-color css
<style>
span { border-color: #86167C; }
span { border-color: rgb(134,22,124); }
td.TdClassName
{
border-color: #86167C;
}
.TagClassName
{
border-color: #86167C;
}
</style>