Shades of Dark Purple #862E6D
Tints of Dark Purple #862E6D
RGB
CMYK
RGB Variations
Color information
#862E6D (or 0x862E6D) is known color: Dark Purple. HEX triplet: 86, 2E and 6D. RGB value is (134,46,109). Sum of RGB (Red+Green+Blue) = 134+46+109=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #862E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862E6D is #79D192. Grayscale: #4F4F4F. Windows color (decimal): -7983507 or 7155334. OLE color: 7155334.
HSL color Cylindrical-coordinate representation of color #862E6D: hue angle of 317.05º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862E6D is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 46 | 109 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.47 |
| HSL | 317.05º | 0.49% | 0.35% | - |
| HSV(B) | 317.05º | 0.66% | 0.53% | - |
| XYZ | 13.57 | 8.13 | 15.32 | - |
| YUV | 79.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 109 | 0 | 0.66 | 0.19 | 0.47 | 317.05 | 0.49 | 0.35 |
| Hex | 86 | 2E | 6D | 0 | 42 | 13 | 2F | 13D | 31 | 23 |
| Octal | 206 | 56 | 155 | 0 | 102 | 23 | 57 | 475 | 61 | 43 |
| Binary | 10000110 | 101110 | 1101101 | 0 | 1000010 | 10011 | 101111 | 100111101 | 110001 | 100011 |
Color Harmonies of #862E6D
Complementary color
Monochromatic Colors of #862E6D
Black with #862E6D
Text Example
Text Example
White with #862E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E6D; }
p { color: rgb(134,46,109); }
H1.HeaderClassName
{
color: #862E6D;
}
.AnyTagClassName
{
color: #862E6D;
}
</style>
background-color css
<style>
a { background-color: #862E6D; }
a { background-color: rgb(134,46,109); }
div.DivClassName
{
background-color: #862E6D;
}
.BgClassName
{
background-color: #862E6D;
}
</style>
border-color css
<style>
span { border-color: #862E6D; }
span { border-color: rgb(134,46,109); }
td.TdClassName
{
border-color: #862E6D;
}
.TagClassName
{
border-color: #862E6D;
}
</style>