Shades of Vivid Violet #863C83
Tints of Vivid Violet #863C83
RGB
CMYK
RGB Variations
Color information
#863C83 (or 0x863C83) is known color: Vivid Violet. HEX triplet: 86, 3C and 83. RGB value is (134,60,131). Sum of RGB (Red+Green+Blue) = 134+60+131=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #863C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863C83 is #79C37C. Grayscale: #5A5A5A. Windows color (decimal): -7979901 or 8600710. OLE color: 8600710.
HSL color Cylindrical-coordinate representation of color #863C83: hue angle of 302.43º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C83 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 131 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.47 |
| HSL | 302.43º | 0.38% | 0.38% | - |
| HSV(B) | 302.43º | 0.55% | 0.53% | - |
| XYZ | 15.54 | 9.94 | 22.57 | - |
| YUV | 90.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 131 | 0 | 0.55 | 0.02 | 0.47 | 302.43 | 0.38 | 0.38 |
| Hex | 86 | 3C | 83 | 0 | 37 | 2 | 2F | 12E | 26 | 26 |
| Octal | 206 | 74 | 203 | 0 | 67 | 2 | 57 | 456 | 46 | 46 |
| Binary | 10000110 | 111100 | 10000011 | 0 | 110111 | 10 | 101111 | 100101110 | 100110 | 100110 |
Color Harmonies of #863C83
Complementary color
Monochromatic Colors of #863C83
Black with #863C83
Text Example
Text Example
White with #863C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C83; }
p { color: rgb(134,60,131); }
H1.HeaderClassName
{
color: #863C83;
}
.AnyTagClassName
{
color: #863C83;
}
</style>
background-color css
<style>
a { background-color: #863C83; }
a { background-color: rgb(134,60,131); }
div.DivClassName
{
background-color: #863C83;
}
.BgClassName
{
background-color: #863C83;
}
</style>
border-color css
<style>
span { border-color: #863C83; }
span { border-color: rgb(134,60,131); }
td.TdClassName
{
border-color: #863C83;
}
.TagClassName
{
border-color: #863C83;
}
</style>