Shades of Vivid Violet #863A83
Tints of Vivid Violet #863A83
RGB
CMYK
RGB Variations
Color information
#863A83 (or 0x863A83) is known color: Vivid Violet. HEX triplet: 86, 3A and 83. RGB value is (134,58,131). Sum of RGB (Red+Green+Blue) = 134+58+131=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #863A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863A83 is #79C57C. Grayscale: #585858. Windows color (decimal): -7980413 or 8600198. OLE color: 8600198.
HSL color Cylindrical-coordinate representation of color #863A83: hue angle of 302.37º 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 #863A83 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 131 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.47 |
| HSL | 302.37º | 0.4% | 0.38% | - |
| HSV(B) | 302.37º | 0.57% | 0.53% | - |
| XYZ | 15.44 | 9.73 | 22.54 | - |
| YUV | 89.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 131 | 0 | 0.57 | 0.02 | 0.47 | 302.37 | 0.4 | 0.38 |
| Hex | 86 | 3A | 83 | 0 | 39 | 2 | 2F | 12E | 28 | 26 |
| Octal | 206 | 72 | 203 | 0 | 71 | 2 | 57 | 456 | 50 | 46 |
| Binary | 10000110 | 111010 | 10000011 | 0 | 111001 | 10 | 101111 | 100101110 | 101000 | 100110 |
Color Harmonies of #863A83
Complementary color
Monochromatic Colors of #863A83
Black with #863A83
Text Example
Text Example
White with #863A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A83; }
p { color: rgb(134,58,131); }
H1.HeaderClassName
{
color: #863A83;
}
.AnyTagClassName
{
color: #863A83;
}
</style>
background-color css
<style>
a { background-color: #863A83; }
a { background-color: rgb(134,58,131); }
div.DivClassName
{
background-color: #863A83;
}
.BgClassName
{
background-color: #863A83;
}
</style>
border-color css
<style>
span { border-color: #863A83; }
span { border-color: rgb(134,58,131); }
td.TdClassName
{
border-color: #863A83;
}
.TagClassName
{
border-color: #863A83;
}
</style>