Shades of Vivid Violet #863E81
Tints of Vivid Violet #863E81
RGB
CMYK
RGB Variations
Color information
#863E81 (or 0x863E81) is known color: Vivid Violet. HEX triplet: 86, 3E and 81. RGB value is (134,62,129). Sum of RGB (Red+Green+Blue) = 134+62+129=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #863E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863E81 is #79C17E. Grayscale: #5A5A5A. Windows color (decimal): -7979391 or 8470150. OLE color: 8470150.
HSL color Cylindrical-coordinate representation of color #863E81: hue angle of 304.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 #863E81 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 62 | 129 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.47 |
| HSL | 304.17º | 0.37% | 0.38% | - |
| HSV(B) | 304.17º | 0.54% | 0.53% | - |
| XYZ | 15.52 | 10.1 | 21.9 | - |
| YUV | 91.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 129 | 0 | 0.54 | 0.04 | 0.47 | 304.17 | 0.37 | 0.38 |
| Hex | 86 | 3E | 81 | 0 | 36 | 4 | 2F | 130 | 25 | 26 |
| Octal | 206 | 76 | 201 | 0 | 66 | 4 | 57 | 460 | 45 | 46 |
| Binary | 10000110 | 111110 | 10000001 | 0 | 110110 | 100 | 101111 | 100110000 | 100101 | 100110 |
Color Harmonies of #863E81
Complementary color
Monochromatic Colors of #863E81
Black with #863E81
Text Example
Text Example
White with #863E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863E81; }
p { color: rgb(134,62,129); }
H1.HeaderClassName
{
color: #863E81;
}
.AnyTagClassName
{
color: #863E81;
}
</style>
background-color css
<style>
a { background-color: #863E81; }
a { background-color: rgb(134,62,129); }
div.DivClassName
{
background-color: #863E81;
}
.BgClassName
{
background-color: #863E81;
}
</style>
border-color css
<style>
span { border-color: #863E81; }
span { border-color: rgb(134,62,129); }
td.TdClassName
{
border-color: #863E81;
}
.TagClassName
{
border-color: #863E81;
}
</style>