Shades of Vivid Violet #863881
Tints of Vivid Violet #863881
RGB
CMYK
RGB Variations
Color information
#863881 (or 0x863881) is known color: Vivid Violet. HEX triplet: 86, 38 and 81. RGB value is (134,56,129). Sum of RGB (Red+Green+Blue) = 134+56+129=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #863881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863881 is #79C77E. Grayscale: #575757. Windows color (decimal): -7980927 or 8468614. OLE color: 8468614.
HSL color Cylindrical-coordinate representation of color #863881: hue angle of 303.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863881 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 129 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.47 |
| HSL | 303.85º | 0.41% | 0.37% | - |
| HSV(B) | 303.85º | 0.58% | 0.53% | - |
| XYZ | 15.21 | 9.48 | 21.8 | - |
| YUV | 87.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 129 | 0 | 0.58 | 0.04 | 0.47 | 303.85 | 0.41 | 0.37 |
| Hex | 86 | 38 | 81 | 0 | 3A | 4 | 2F | 130 | 29 | 25 |
| Octal | 206 | 70 | 201 | 0 | 72 | 4 | 57 | 460 | 51 | 45 |
| Binary | 10000110 | 111000 | 10000001 | 0 | 111010 | 100 | 101111 | 100110000 | 101001 | 100101 |
Color Harmonies of #863881
Complementary color
Monochromatic Colors of #863881
Black with #863881
Text Example
Text Example
White with #863881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863881; }
p { color: rgb(134,56,129); }
H1.HeaderClassName
{
color: #863881;
}
.AnyTagClassName
{
color: #863881;
}
</style>
background-color css
<style>
a { background-color: #863881; }
a { background-color: rgb(134,56,129); }
div.DivClassName
{
background-color: #863881;
}
.BgClassName
{
background-color: #863881;
}
</style>
border-color css
<style>
span { border-color: #863881; }
span { border-color: rgb(134,56,129); }
td.TdClassName
{
border-color: #863881;
}
.TagClassName
{
border-color: #863881;
}
</style>