Shades of Vivid Violet #863A80
Tints of Vivid Violet #863A80
RGB
CMYK
RGB Variations
Color information
#863A80 (or 0x863A80) is known color: Vivid Violet. HEX triplet: 86, 3A and 80. RGB value is (134,58,128). Sum of RGB (Red+Green+Blue) = 134+58+128=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #863A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863A80 is #79C57F. Grayscale: #585858. Windows color (decimal): -7980416 or 8403590. OLE color: 8403590.
HSL color Cylindrical-coordinate representation of color #863A80: hue angle of 304.74º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A80 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 128 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.47 |
| HSL | 304.74º | 0.4% | 0.38% | - |
| HSV(B) | 304.74º | 0.57% | 0.53% | - |
| XYZ | 15.24 | 9.65 | 21.48 | - |
| YUV | 88.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 128 | 0 | 0.57 | 0.04 | 0.47 | 304.74 | 0.4 | 0.38 |
| Hex | 86 | 3A | 80 | 0 | 39 | 4 | 2F | 131 | 28 | 26 |
| Octal | 206 | 72 | 200 | 0 | 71 | 4 | 57 | 461 | 50 | 46 |
| Binary | 10000110 | 111010 | 10000000 | 0 | 111001 | 100 | 101111 | 100110001 | 101000 | 100110 |
Color Harmonies of #863A80
Complementary color
Monochromatic Colors of #863A80
Black with #863A80
Text Example
Text Example
White with #863A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A80; }
p { color: rgb(134,58,128); }
H1.HeaderClassName
{
color: #863A80;
}
.AnyTagClassName
{
color: #863A80;
}
</style>
background-color css
<style>
a { background-color: #863A80; }
a { background-color: rgb(134,58,128); }
div.DivClassName
{
background-color: #863A80;
}
.BgClassName
{
background-color: #863A80;
}
</style>
border-color css
<style>
span { border-color: #863A80; }
span { border-color: rgb(134,58,128); }
td.TdClassName
{
border-color: #863A80;
}
.TagClassName
{
border-color: #863A80;
}
</style>