Shades of Vivid Violet #863199
Tints of Vivid Violet #863199
RGB
CMYK
RGB Variations
Color information
#863199 (or 0x863199) is known color: Vivid Violet. HEX triplet: 86, 31 and 99. RGB value is (134,49,153). Sum of RGB (Red+Green+Blue) = 134+49+153=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #863199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863199 is #79CE66. Grayscale: #555555. Windows color (decimal): -7982695 or 10039686. OLE color: 10039686.
HSL color Cylindrical-coordinate representation of color #863199: hue angle of 289.04º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863199 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 49 | 153 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.4 |
| HSL | 289.04º | 0.51% | 0.4% | - |
| HSV(B) | 289.04º | 0.68% | 0.6% | - |
| XYZ | 16.68 | 9.56 | 31.1 | - |
| YUV | 86.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 153 | 0.12 | 0.68 | 0 | 0.4 | 289.04 | 0.51 | 0.4 |
| Hex | 86 | 31 | 99 | C | 44 | 0 | 28 | 121 | 33 | 28 |
| Octal | 206 | 61 | 231 | 14 | 104 | 0 | 50 | 441 | 63 | 50 |
| Binary | 10000110 | 110001 | 10011001 | 1100 | 1000100 | 0 | 101000 | 100100001 | 110011 | 101000 |
Color Harmonies of #863199
Complementary color
Monochromatic Colors of #863199
Black with #863199
Text Example
Text Example
White with #863199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863199; }
p { color: rgb(134,49,153); }
H1.HeaderClassName
{
color: #863199;
}
.AnyTagClassName
{
color: #863199;
}
</style>
background-color css
<style>
a { background-color: #863199; }
a { background-color: rgb(134,49,153); }
div.DivClassName
{
background-color: #863199;
}
.BgClassName
{
background-color: #863199;
}
</style>
border-color css
<style>
span { border-color: #863199; }
span { border-color: rgb(134,49,153); }
td.TdClassName
{
border-color: #863199;
}
.TagClassName
{
border-color: #863199;
}
</style>