Shades of Vivid Violet #863F80
Tints of Vivid Violet #863F80
RGB
CMYK
RGB Variations
Color information
#863F80 (or 0x863F80) is known color: Vivid Violet. HEX triplet: 86, 3F and 80. RGB value is (134,63,128). Sum of RGB (Red+Green+Blue) = 134+63+128=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #863F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863F80 is #79C07F. Grayscale: #5B5B5B. Windows color (decimal): -7979136 or 8404870. OLE color: 8404870.
HSL color Cylindrical-coordinate representation of color #863F80: hue angle of 305.07º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F80 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 128 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.47 |
| HSL | 305.07º | 0.36% | 0.39% | - |
| HSV(B) | 305.07º | 0.53% | 0.53% | - |
| XYZ | 15.51 | 10.18 | 21.57 | - |
| YUV | 91.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 128 | 0 | 0.53 | 0.04 | 0.47 | 305.07 | 0.36 | 0.39 |
| Hex | 86 | 3F | 80 | 0 | 35 | 4 | 2F | 131 | 24 | 27 |
| Octal | 206 | 77 | 200 | 0 | 65 | 4 | 57 | 461 | 44 | 47 |
| Binary | 10000110 | 111111 | 10000000 | 0 | 110101 | 100 | 101111 | 100110001 | 100100 | 100111 |
Color Harmonies of #863F80
Complementary color
Monochromatic Colors of #863F80
Black with #863F80
Text Example
Text Example
White with #863F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F80; }
p { color: rgb(134,63,128); }
H1.HeaderClassName
{
color: #863F80;
}
.AnyTagClassName
{
color: #863F80;
}
</style>
background-color css
<style>
a { background-color: #863F80; }
a { background-color: rgb(134,63,128); }
div.DivClassName
{
background-color: #863F80;
}
.BgClassName
{
background-color: #863F80;
}
</style>
border-color css
<style>
span { border-color: #863F80; }
span { border-color: rgb(134,63,128); }
td.TdClassName
{
border-color: #863F80;
}
.TagClassName
{
border-color: #863F80;
}
</style>