Shades of Dark Purple #863581
Tints of Dark Purple #863581
RGB
CMYK
RGB Variations
Color information
#863581 (or 0x863581) is known color: Dark Purple. HEX triplet: 86, 35 and 81. RGB value is (134,53,129). Sum of RGB (Red+Green+Blue) = 134+53+129=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #863581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863581 is #79CA7E. Grayscale: #555555. Windows color (decimal): -7981695 or 8467846. OLE color: 8467846.
HSL color Cylindrical-coordinate representation of color #863581: hue angle of 303.7º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863581 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 129 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.47 |
| HSL | 303.7º | 0.43% | 0.37% | - |
| HSV(B) | 303.7º | 0.6% | 0.53% | - |
| XYZ | 15.07 | 9.2 | 21.75 | - |
| YUV | 85.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 129 | 0 | 0.60 | 0.04 | 0.47 | 303.7 | 0.43 | 0.37 |
| Hex | 86 | 35 | 81 | 0 | 3C | 4 | 2F | 130 | 2B | 25 |
| Octal | 206 | 65 | 201 | 0 | 74 | 4 | 57 | 460 | 53 | 45 |
| Binary | 10000110 | 110101 | 10000001 | 0 | 111100 | 100 | 101111 | 100110000 | 101011 | 100101 |
Color Harmonies of #863581
Complementary color
Monochromatic Colors of #863581
Black with #863581
Text Example
Text Example
White with #863581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863581; }
p { color: rgb(134,53,129); }
H1.HeaderClassName
{
color: #863581;
}
.AnyTagClassName
{
color: #863581;
}
</style>
background-color css
<style>
a { background-color: #863581; }
a { background-color: rgb(134,53,129); }
div.DivClassName
{
background-color: #863581;
}
.BgClassName
{
background-color: #863581;
}
</style>
border-color css
<style>
span { border-color: #863581; }
span { border-color: rgb(134,53,129); }
td.TdClassName
{
border-color: #863581;
}
.TagClassName
{
border-color: #863581;
}
</style>