Shades of Dark Purple #860E6F
Tints of Dark Purple #860E6F
RGB
CMYK
RGB Variations
Color information
#860E6F (or 0x860E6F) is known color: Dark Purple. HEX triplet: 86, 0E and 6F. RGB value is (134,14,111). Sum of RGB (Red+Green+Blue) = 134+14+111=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #860E6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E6F is #79F190. Grayscale: #3C3C3C. Windows color (decimal): -7991697 or 7278214. OLE color: 7278214.
HSL color Cylindrical-coordinate representation of color #860E6F: hue angle of 311.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E6F is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 111 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.47 |
| HSL | 311.5º | 0.81% | 0.29% | - |
| HSV(B) | 311.5º | 0.9% | 0.53% | - |
| XYZ | 12.86 | 6.53 | 15.62 | - |
| YUV | 60.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 111 | 0 | 0.90 | 0.17 | 0.47 | 311.5 | 0.81 | 0.29 |
| Hex | 86 | E | 6F | 0 | 5A | 11 | 2F | 138 | 51 | 1D |
| Octal | 206 | 16 | 157 | 0 | 132 | 21 | 57 | 470 | 121 | 35 |
| Binary | 10000110 | 1110 | 1101111 | 0 | 1011010 | 10001 | 101111 | 100111000 | 1010001 | 11101 |
Color Harmonies of #860E6F
Complementary color
Monochromatic Colors of #860E6F
Black with #860E6F
Text Example
Text Example
White with #860E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E6F; }
p { color: rgb(134,14,111); }
H1.HeaderClassName
{
color: #860E6F;
}
.AnyTagClassName
{
color: #860E6F;
}
</style>
background-color css
<style>
a { background-color: #860E6F; }
a { background-color: rgb(134,14,111); }
div.DivClassName
{
background-color: #860E6F;
}
.BgClassName
{
background-color: #860E6F;
}
</style>
border-color css
<style>
span { border-color: #860E6F; }
span { border-color: rgb(134,14,111); }
td.TdClassName
{
border-color: #860E6F;
}
.TagClassName
{
border-color: #860E6F;
}
</style>