Shades of Dark Purple #86176C
Tints of Dark Purple #86176C
RGB
CMYK
RGB Variations
Color information
#86176C (or 0x86176C) is known color: Dark Purple. HEX triplet: 86, 17 and 6C. RGB value is (134,23,108). Sum of RGB (Red+Green+Blue) = 134+23+108=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86176C is #79E893. Grayscale: #414141. Windows color (decimal): -7989396 or 7083910. OLE color: 7083910.
HSL color Cylindrical-coordinate representation of color #86176C: hue angle of 314.05º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86176C is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 108 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.47 |
| HSL | 314.05º | 0.71% | 0.31% | - |
| HSV(B) | 314.05º | 0.83% | 0.53% | - |
| XYZ | 12.84 | 6.76 | 14.82 | - |
| YUV | 65.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 108 | 0 | 0.83 | 0.19 | 0.47 | 314.05 | 0.71 | 0.31 |
| Hex | 86 | 17 | 6C | 0 | 53 | 13 | 2F | 13A | 47 | 1F |
| Octal | 206 | 27 | 154 | 0 | 123 | 23 | 57 | 472 | 107 | 37 |
| Binary | 10000110 | 10111 | 1101100 | 0 | 1010011 | 10011 | 101111 | 100111010 | 1000111 | 11111 |
Color Harmonies of #86176C
Complementary color
Monochromatic Colors of #86176C
Black with #86176C
Text Example
Text Example
White with #86176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86176C; }
p { color: rgb(134,23,108); }
H1.HeaderClassName
{
color: #86176C;
}
.AnyTagClassName
{
color: #86176C;
}
</style>
background-color css
<style>
a { background-color: #86176C; }
a { background-color: rgb(134,23,108); }
div.DivClassName
{
background-color: #86176C;
}
.BgClassName
{
background-color: #86176C;
}
</style>
border-color css
<style>
span { border-color: #86176C; }
span { border-color: rgb(134,23,108); }
td.TdClassName
{
border-color: #86176C;
}
.TagClassName
{
border-color: #86176C;
}
</style>