Shades of Vivid Violet #863C84
Tints of Vivid Violet #863C84
RGB
CMYK
RGB Variations
Color information
#863C84 (or 0x863C84) is known color: Vivid Violet. HEX triplet: 86, 3C and 84. RGB value is (134,60,132). Sum of RGB (Red+Green+Blue) = 134+60+132=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #863C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863C84 is #79C37B. Grayscale: #5A5A5A. Windows color (decimal): -7979900 or 8666246. OLE color: 8666246.
HSL color Cylindrical-coordinate representation of color #863C84: hue angle of 301.62º 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 #863C84 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 132 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.47 |
| HSL | 301.62º | 0.38% | 0.38% | - |
| HSV(B) | 301.62º | 0.55% | 0.53% | - |
| XYZ | 15.61 | 9.97 | 22.93 | - |
| YUV | 90.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 132 | 0 | 0.55 | 0.01 | 0.47 | 301.62 | 0.38 | 0.38 |
| Hex | 86 | 3C | 84 | 0 | 37 | 1 | 2F | 12E | 26 | 26 |
| Octal | 206 | 74 | 204 | 0 | 67 | 1 | 57 | 456 | 46 | 46 |
| Binary | 10000110 | 111100 | 10000100 | 0 | 110111 | 1 | 101111 | 100101110 | 100110 | 100110 |
Color Harmonies of #863C84
Complementary color
Monochromatic Colors of #863C84
Black with #863C84
Text Example
Text Example
White with #863C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C84; }
p { color: rgb(134,60,132); }
H1.HeaderClassName
{
color: #863C84;
}
.AnyTagClassName
{
color: #863C84;
}
</style>
background-color css
<style>
a { background-color: #863C84; }
a { background-color: rgb(134,60,132); }
div.DivClassName
{
background-color: #863C84;
}
.BgClassName
{
background-color: #863C84;
}
</style>
border-color css
<style>
span { border-color: #863C84; }
span { border-color: rgb(134,60,132); }
td.TdClassName
{
border-color: #863C84;
}
.TagClassName
{
border-color: #863C84;
}
</style>