Shades of Dark Purple #86146C
Tints of Dark Purple #86146C
RGB
CMYK
RGB Variations
Color information
#86146C (or 0x86146C) is known color: Dark Purple. HEX triplet: 86, 14 and 6C. RGB value is (134,20,108). Sum of RGB (Red+Green+Blue) = 134+20+108=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86146C is #79EB93. Grayscale: #3F3F3F. Windows color (decimal): -7990164 or 7083142. OLE color: 7083142.
HSL color Cylindrical-coordinate representation of color #86146C: hue angle of 313.68º 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 #86146C is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 108 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.47 |
| HSL | 313.68º | 0.74% | 0.3% | - |
| HSV(B) | 313.68º | 0.85% | 0.53% | - |
| XYZ | 12.79 | 6.65 | 14.8 | - |
| YUV | 64.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 108 | 0 | 0.85 | 0.19 | 0.47 | 313.68 | 0.74 | 0.3 |
| Hex | 86 | 14 | 6C | 0 | 55 | 13 | 2F | 13A | 4A | 1E |
| Octal | 206 | 24 | 154 | 0 | 125 | 23 | 57 | 472 | 112 | 36 |
| Binary | 10000110 | 10100 | 1101100 | 0 | 1010101 | 10011 | 101111 | 100111010 | 1001010 | 11110 |
Color Harmonies of #86146C
Complementary color
Monochromatic Colors of #86146C
Black with #86146C
Text Example
Text Example
White with #86146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86146C; }
p { color: rgb(134,20,108); }
H1.HeaderClassName
{
color: #86146C;
}
.AnyTagClassName
{
color: #86146C;
}
</style>
background-color css
<style>
a { background-color: #86146C; }
a { background-color: rgb(134,20,108); }
div.DivClassName
{
background-color: #86146C;
}
.BgClassName
{
background-color: #86146C;
}
</style>
border-color css
<style>
span { border-color: #86146C; }
span { border-color: rgb(134,20,108); }
td.TdClassName
{
border-color: #86146C;
}
.TagClassName
{
border-color: #86146C;
}
</style>