Shades of Dark Purple #861F6E
Tints of Dark Purple #861F6E
RGB
CMYK
RGB Variations
Color information
#861F6E (or 0x861F6E) is known color: Dark Purple. HEX triplet: 86, 1F and 6E. RGB value is (134,31,110). Sum of RGB (Red+Green+Blue) = 134+31+110=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #861F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F6E is #79E091. Grayscale: #464646. Windows color (decimal): -7987346 or 7217030. OLE color: 7217030.
HSL color Cylindrical-coordinate representation of color #861F6E: hue angle of 313.98º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F6E is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 110 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.47 |
| HSL | 313.98º | 0.62% | 0.32% | - |
| HSV(B) | 313.98º | 0.77% | 0.53% | - |
| XYZ | 13.14 | 7.17 | 15.44 | - |
| YUV | 70.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 110 | 0 | 0.77 | 0.18 | 0.47 | 313.98 | 0.62 | 0.32 |
| Hex | 86 | 1F | 6E | 0 | 4D | 12 | 2F | 13A | 3E | 20 |
| Octal | 206 | 37 | 156 | 0 | 115 | 22 | 57 | 472 | 76 | 40 |
| Binary | 10000110 | 11111 | 1101110 | 0 | 1001101 | 10010 | 101111 | 100111010 | 111110 | 100000 |
Color Harmonies of #861F6E
Complementary color
Monochromatic Colors of #861F6E
Black with #861F6E
Text Example
Text Example
White with #861F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F6E; }
p { color: rgb(134,31,110); }
H1.HeaderClassName
{
color: #861F6E;
}
.AnyTagClassName
{
color: #861F6E;
}
</style>
background-color css
<style>
a { background-color: #861F6E; }
a { background-color: rgb(134,31,110); }
div.DivClassName
{
background-color: #861F6E;
}
.BgClassName
{
background-color: #861F6E;
}
</style>
border-color css
<style>
span { border-color: #861F6E; }
span { border-color: rgb(134,31,110); }
td.TdClassName
{
border-color: #861F6E;
}
.TagClassName
{
border-color: #861F6E;
}
</style>