Shades of Vivid Violet #863196
Tints of Vivid Violet #863196
RGB
CMYK
RGB Variations
Color information
#863196 (or 0x863196) is known color: Vivid Violet. HEX triplet: 86, 31 and 96. RGB value is (134,49,150). Sum of RGB (Red+Green+Blue) = 134+49+150=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #863196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863196 is #79CE69. Grayscale: #555555. Windows color (decimal): -7982698 or 9843078. OLE color: 9843078.
HSL color Cylindrical-coordinate representation of color #863196: hue angle of 290.5º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863196 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 49 | 150 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.41 |
| HSL | 290.5º | 0.51% | 0.39% | - |
| HSV(B) | 290.5º | 0.67% | 0.59% | - |
| XYZ | 16.43 | 9.47 | 29.82 | - |
| YUV | 85.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 150 | 0.11 | 0.67 | 0 | 0.41 | 290.5 | 0.51 | 0.39 |
| Hex | 86 | 31 | 96 | B | 43 | 0 | 29 | 122 | 33 | 27 |
| Octal | 206 | 61 | 226 | 13 | 103 | 0 | 51 | 442 | 63 | 47 |
| Binary | 10000110 | 110001 | 10010110 | 1011 | 1000011 | 0 | 101001 | 100100010 | 110011 | 100111 |
Color Harmonies of #863196
Complementary color
Monochromatic Colors of #863196
Black with #863196
Text Example
Text Example
White with #863196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863196; }
p { color: rgb(134,49,150); }
H1.HeaderClassName
{
color: #863196;
}
.AnyTagClassName
{
color: #863196;
}
</style>
background-color css
<style>
a { background-color: #863196; }
a { background-color: rgb(134,49,150); }
div.DivClassName
{
background-color: #863196;
}
.BgClassName
{
background-color: #863196;
}
</style>
border-color css
<style>
span { border-color: #863196; }
span { border-color: rgb(134,49,150); }
td.TdClassName
{
border-color: #863196;
}
.TagClassName
{
border-color: #863196;
}
</style>