Shades of Dark Purple #862E6A
Tints of Dark Purple #862E6A
RGB
CMYK
RGB Variations
Color information
#862E6A (or 0x862E6A) is known color: Dark Purple. HEX triplet: 86, 2E and 6A. RGB value is (134,46,106). Sum of RGB (Red+Green+Blue) = 134+46+106=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #862E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862E6A is #79D195. Grayscale: #4E4E4E. Windows color (decimal): -7983510 or 6958726. OLE color: 6958726.
HSL color Cylindrical-coordinate representation of color #862E6A: hue angle of 319.09º 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 #862E6A is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 46 | 106 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.47 |
| HSL | 319.09º | 0.49% | 0.35% | - |
| HSV(B) | 319.09º | 0.66% | 0.53% | - |
| XYZ | 13.41 | 8.06 | 14.49 | - |
| YUV | 79.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 106 | 0 | 0.66 | 0.21 | 0.47 | 319.09 | 0.49 | 0.35 |
| Hex | 86 | 2E | 6A | 0 | 42 | 15 | 2F | 13F | 31 | 23 |
| Octal | 206 | 56 | 152 | 0 | 102 | 25 | 57 | 477 | 61 | 43 |
| Binary | 10000110 | 101110 | 1101010 | 0 | 1000010 | 10101 | 101111 | 100111111 | 110001 | 100011 |
Color Harmonies of #862E6A
Complementary color
Monochromatic Colors of #862E6A
Black with #862E6A
Text Example
Text Example
White with #862E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E6A; }
p { color: rgb(134,46,106); }
H1.HeaderClassName
{
color: #862E6A;
}
.AnyTagClassName
{
color: #862E6A;
}
</style>
background-color css
<style>
a { background-color: #862E6A; }
a { background-color: rgb(134,46,106); }
div.DivClassName
{
background-color: #862E6A;
}
.BgClassName
{
background-color: #862E6A;
}
</style>
border-color css
<style>
span { border-color: #862E6A; }
span { border-color: rgb(134,46,106); }
td.TdClassName
{
border-color: #862E6A;
}
.TagClassName
{
border-color: #862E6A;
}
</style>