Shades of Vivid Violet #863192
Tints of Vivid Violet #863192
RGB
CMYK
RGB Variations
Color information
#863192 (or 0x863192) is known color: Vivid Violet. HEX triplet: 86, 31 and 92. RGB value is (134,49,146). Sum of RGB (Red+Green+Blue) = 134+49+146=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #863192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863192 is #79CE6D. Grayscale: #555555. Windows color (decimal): -7982702 or 9580934. OLE color: 9580934.
HSL color Cylindrical-coordinate representation of color #863192: hue angle of 292.58º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863192 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 49 | 146 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.43 |
| HSL | 292.58º | 0.5% | 0.38% | - |
| HSV(B) | 292.58º | 0.66% | 0.57% | - |
| XYZ | 16.12 | 9.34 | 28.15 | - |
| YUV | 85.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 146 | 0.08 | 0.66 | 0 | 0.43 | 292.58 | 0.5 | 0.38 |
| Hex | 86 | 31 | 92 | 8 | 42 | 0 | 2B | 125 | 32 | 26 |
| Octal | 206 | 61 | 222 | 10 | 102 | 0 | 53 | 445 | 62 | 46 |
| Binary | 10000110 | 110001 | 10010010 | 1000 | 1000010 | 0 | 101011 | 100100101 | 110010 | 100110 |
Color Harmonies of #863192
Complementary color
Monochromatic Colors of #863192
Black with #863192
Text Example
Text Example
White with #863192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863192; }
p { color: rgb(134,49,146); }
H1.HeaderClassName
{
color: #863192;
}
.AnyTagClassName
{
color: #863192;
}
</style>
background-color css
<style>
a { background-color: #863192; }
a { background-color: rgb(134,49,146); }
div.DivClassName
{
background-color: #863192;
}
.BgClassName
{
background-color: #863192;
}
</style>
border-color css
<style>
span { border-color: #863192; }
span { border-color: rgb(134,49,146); }
td.TdClassName
{
border-color: #863192;
}
.TagClassName
{
border-color: #863192;
}
</style>