Shades of Dark Purple #863E7B
Tints of Dark Purple #863E7B
RGB
CMYK
RGB Variations
Color information
#863E7B (or 0x863E7B) is known color: Dark Purple. HEX triplet: 86, 3E and 7B. RGB value is (134,62,123). Sum of RGB (Red+Green+Blue) = 134+62+123=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #863E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E7B is #79C184. Grayscale: #5A5A5A. Windows color (decimal): -7979397 or 8076934. OLE color: 8076934.
HSL color Cylindrical-coordinate representation of color #863E7B: hue angle of 309.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E7B is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 62 | 123 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.47 |
| HSL | 309.17º | 0.37% | 0.38% | - |
| HSV(B) | 309.17º | 0.54% | 0.53% | - |
| XYZ | 15.13 | 9.94 | 19.86 | - |
| YUV | 90.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 123 | 0 | 0.54 | 0.08 | 0.47 | 309.17 | 0.37 | 0.38 |
| Hex | 86 | 3E | 7B | 0 | 36 | 8 | 2F | 135 | 25 | 26 |
| Octal | 206 | 76 | 173 | 0 | 66 | 10 | 57 | 465 | 45 | 46 |
| Binary | 10000110 | 111110 | 1111011 | 0 | 110110 | 1000 | 101111 | 100110101 | 100101 | 100110 |
Color Harmonies of #863E7B
Complementary color
Monochromatic Colors of #863E7B
Black with #863E7B
Text Example
Text Example
White with #863E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863E7B; }
p { color: rgb(134,62,123); }
H1.HeaderClassName
{
color: #863E7B;
}
.AnyTagClassName
{
color: #863E7B;
}
</style>
background-color css
<style>
a { background-color: #863E7B; }
a { background-color: rgb(134,62,123); }
div.DivClassName
{
background-color: #863E7B;
}
.BgClassName
{
background-color: #863E7B;
}
</style>
border-color css
<style>
span { border-color: #863E7B; }
span { border-color: rgb(134,62,123); }
td.TdClassName
{
border-color: #863E7B;
}
.TagClassName
{
border-color: #863E7B;
}
</style>