Shades of Vivid Violet #863C80
Tints of Vivid Violet #863C80
RGB
CMYK
RGB Variations
Color information
#863C80 (or 0x863C80) is known color: Vivid Violet. HEX triplet: 86, 3C and 80. RGB value is (134,60,128). Sum of RGB (Red+Green+Blue) = 134+60+128=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #863C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863C80 is #79C37F. Grayscale: #595959. Windows color (decimal): -7979904 or 8404102. OLE color: 8404102.
HSL color Cylindrical-coordinate representation of color #863C80: hue angle of 304.86º 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 #863C80 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 128 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.47 |
| HSL | 304.86º | 0.38% | 0.38% | - |
| HSV(B) | 304.86º | 0.55% | 0.53% | - |
| XYZ | 15.34 | 9.86 | 21.52 | - |
| YUV | 89.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 128 | 0 | 0.55 | 0.04 | 0.47 | 304.86 | 0.38 | 0.38 |
| Hex | 86 | 3C | 80 | 0 | 37 | 4 | 2F | 131 | 26 | 26 |
| Octal | 206 | 74 | 200 | 0 | 67 | 4 | 57 | 461 | 46 | 46 |
| Binary | 10000110 | 111100 | 10000000 | 0 | 110111 | 100 | 101111 | 100110001 | 100110 | 100110 |
Color Harmonies of #863C80
Complementary color
Monochromatic Colors of #863C80
Black with #863C80
Text Example
Text Example
White with #863C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C80; }
p { color: rgb(134,60,128); }
H1.HeaderClassName
{
color: #863C80;
}
.AnyTagClassName
{
color: #863C80;
}
</style>
background-color css
<style>
a { background-color: #863C80; }
a { background-color: rgb(134,60,128); }
div.DivClassName
{
background-color: #863C80;
}
.BgClassName
{
background-color: #863C80;
}
</style>
border-color css
<style>
span { border-color: #863C80; }
span { border-color: rgb(134,60,128); }
td.TdClassName
{
border-color: #863C80;
}
.TagClassName
{
border-color: #863C80;
}
</style>