Shades of Dark Purple #863979
Tints of Dark Purple #863979
RGB
CMYK
RGB Variations
Color information
#863979 (or 0x863979) is known color: Dark Purple. HEX triplet: 86, 39 and 79. RGB value is (134,57,121). Sum of RGB (Red+Green+Blue) = 134+57+121=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #863979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863979 is #79C686. Grayscale: #575757. Windows color (decimal): -7980679 or 7944582. OLE color: 7944582.
HSL color Cylindrical-coordinate representation of color #863979: hue angle of 310.13º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863979 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 121 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.47 |
| HSL | 310.13º | 0.4% | 0.37% | - |
| HSV(B) | 310.13º | 0.57% | 0.53% | - |
| XYZ | 14.75 | 9.38 | 19.12 | - |
| YUV | 87.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 121 | 0 | 0.57 | 0.10 | 0.47 | 310.13 | 0.4 | 0.37 |
| Hex | 86 | 39 | 79 | 0 | 39 | A | 2F | 136 | 28 | 25 |
| Octal | 206 | 71 | 171 | 0 | 71 | 12 | 57 | 466 | 50 | 45 |
| Binary | 10000110 | 111001 | 1111001 | 0 | 111001 | 1010 | 101111 | 100110110 | 101000 | 100101 |
Color Harmonies of #863979
Complementary color
Monochromatic Colors of #863979
Black with #863979
Text Example
Text Example
White with #863979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863979; }
p { color: rgb(134,57,121); }
H1.HeaderClassName
{
color: #863979;
}
.AnyTagClassName
{
color: #863979;
}
</style>
background-color css
<style>
a { background-color: #863979; }
a { background-color: rgb(134,57,121); }
div.DivClassName
{
background-color: #863979;
}
.BgClassName
{
background-color: #863979;
}
</style>
border-color css
<style>
span { border-color: #863979; }
span { border-color: rgb(134,57,121); }
td.TdClassName
{
border-color: #863979;
}
.TagClassName
{
border-color: #863979;
}
</style>