Shades of Dark Purple #86166E
Tints of Dark Purple #86166E
RGB
CMYK
RGB Variations
Color information
#86166E (or 0x86166E) is known color: Dark Purple. HEX triplet: 86, 16 and 6E. RGB value is (134,22,110). Sum of RGB (Red+Green+Blue) = 134+22+110=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86166E is #79E991. Grayscale: #414141. Windows color (decimal): -7989650 or 7214726. OLE color: 7214726.
HSL color Cylindrical-coordinate representation of color #86166E: hue angle of 312.86º 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 #86166E is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 110 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.47 |
| HSL | 312.86º | 0.72% | 0.31% | - |
| HSV(B) | 312.86º | 0.84% | 0.53% | - |
| XYZ | 12.93 | 6.77 | 15.38 | - |
| YUV | 65.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 110 | 0 | 0.84 | 0.18 | 0.47 | 312.86 | 0.72 | 0.31 |
| Hex | 86 | 16 | 6E | 0 | 54 | 12 | 2F | 139 | 48 | 1F |
| Octal | 206 | 26 | 156 | 0 | 124 | 22 | 57 | 471 | 110 | 37 |
| Binary | 10000110 | 10110 | 1101110 | 0 | 1010100 | 10010 | 101111 | 100111001 | 1001000 | 11111 |
Color Harmonies of #86166E
Complementary color
Monochromatic Colors of #86166E
Black with #86166E
Text Example
Text Example
White with #86166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86166E; }
p { color: rgb(134,22,110); }
H1.HeaderClassName
{
color: #86166E;
}
.AnyTagClassName
{
color: #86166E;
}
</style>
background-color css
<style>
a { background-color: #86166E; }
a { background-color: rgb(134,22,110); }
div.DivClassName
{
background-color: #86166E;
}
.BgClassName
{
background-color: #86166E;
}
</style>
border-color css
<style>
span { border-color: #86166E; }
span { border-color: rgb(134,22,110); }
td.TdClassName
{
border-color: #86166E;
}
.TagClassName
{
border-color: #86166E;
}
</style>