Shades of Vivid Violet #863B84
Tints of Vivid Violet #863B84
RGB
CMYK
RGB Variations
Color information
#863B84 (or 0x863B84) is known color: Vivid Violet. HEX triplet: 86, 3B and 84. RGB value is (134,59,132). Sum of RGB (Red+Green+Blue) = 134+59+132=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #863B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863B84 is #79C47B. Grayscale: #595959. Windows color (decimal): -7980156 or 8665990. OLE color: 8665990.
HSL color Cylindrical-coordinate representation of color #863B84: hue angle of 301.6º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B84 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 132 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.47 |
| HSL | 301.6º | 0.39% | 0.38% | - |
| HSV(B) | 301.6º | 0.56% | 0.53% | - |
| XYZ | 15.56 | 9.86 | 22.91 | - |
| YUV | 89.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 132 | 0 | 0.56 | 0.01 | 0.47 | 301.6 | 0.39 | 0.38 |
| Hex | 86 | 3B | 84 | 0 | 38 | 1 | 2F | 12E | 27 | 26 |
| Octal | 206 | 73 | 204 | 0 | 70 | 1 | 57 | 456 | 47 | 46 |
| Binary | 10000110 | 111011 | 10000100 | 0 | 111000 | 1 | 101111 | 100101110 | 100111 | 100110 |
Color Harmonies of #863B84
Complementary color
Monochromatic Colors of #863B84
Black with #863B84
Text Example
Text Example
White with #863B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B84; }
p { color: rgb(134,59,132); }
H1.HeaderClassName
{
color: #863B84;
}
.AnyTagClassName
{
color: #863B84;
}
</style>
background-color css
<style>
a { background-color: #863B84; }
a { background-color: rgb(134,59,132); }
div.DivClassName
{
background-color: #863B84;
}
.BgClassName
{
background-color: #863B84;
}
</style>
border-color css
<style>
span { border-color: #863B84; }
span { border-color: rgb(134,59,132); }
td.TdClassName
{
border-color: #863B84;
}
.TagClassName
{
border-color: #863B84;
}
</style>