Shades of Vivid Violet #863981
Tints of Vivid Violet #863981
RGB
CMYK
RGB Variations
Color information
#863981 (or 0x863981) is known color: Vivid Violet. HEX triplet: 86, 39 and 81. RGB value is (134,57,129). Sum of RGB (Red+Green+Blue) = 134+57+129=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #863981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863981 is #79C67E. Grayscale: #585858. Windows color (decimal): -7980671 or 8468870. OLE color: 8468870.
HSL color Cylindrical-coordinate representation of color #863981: hue angle of 303.9º 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 #863981 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 129 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.47 |
| HSL | 303.9º | 0.4% | 0.37% | - |
| HSV(B) | 303.9º | 0.57% | 0.53% | - |
| XYZ | 15.26 | 9.58 | 21.81 | - |
| YUV | 88.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 129 | 0 | 0.57 | 0.04 | 0.47 | 303.9 | 0.4 | 0.37 |
| Hex | 86 | 39 | 81 | 0 | 39 | 4 | 2F | 130 | 28 | 25 |
| Octal | 206 | 71 | 201 | 0 | 71 | 4 | 57 | 460 | 50 | 45 |
| Binary | 10000110 | 111001 | 10000001 | 0 | 111001 | 100 | 101111 | 100110000 | 101000 | 100101 |
Color Harmonies of #863981
Complementary color
Monochromatic Colors of #863981
Black with #863981
Text Example
Text Example
White with #863981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863981; }
p { color: rgb(134,57,129); }
H1.HeaderClassName
{
color: #863981;
}
.AnyTagClassName
{
color: #863981;
}
</style>
background-color css
<style>
a { background-color: #863981; }
a { background-color: rgb(134,57,129); }
div.DivClassName
{
background-color: #863981;
}
.BgClassName
{
background-color: #863981;
}
</style>
border-color css
<style>
span { border-color: #863981; }
span { border-color: rgb(134,57,129); }
td.TdClassName
{
border-color: #863981;
}
.TagClassName
{
border-color: #863981;
}
</style>