Shades of Vivid Violet #863194
Tints of Vivid Violet #863194
RGB
CMYK
RGB Variations
Color information
#863194 (or 0x863194) is known color: Vivid Violet. HEX triplet: 86, 31 and 94. RGB value is (134,49,148). Sum of RGB (Red+Green+Blue) = 134+49+148=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #863194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863194 is #79CE6B. Grayscale: #555555. Windows color (decimal): -7982700 or 9712006. OLE color: 9712006.
HSL color Cylindrical-coordinate representation of color #863194: hue angle of 291.52º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863194 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 49 | 148 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.42 |
| HSL | 291.52º | 0.5% | 0.39% | - |
| HSV(B) | 291.52º | 0.67% | 0.58% | - |
| XYZ | 16.28 | 9.4 | 28.97 | - |
| YUV | 85.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 148 | 0.09 | 0.67 | 0 | 0.42 | 291.52 | 0.5 | 0.39 |
| Hex | 86 | 31 | 94 | 9 | 43 | 0 | 2A | 124 | 32 | 27 |
| Octal | 206 | 61 | 224 | 11 | 103 | 0 | 52 | 444 | 62 | 47 |
| Binary | 10000110 | 110001 | 10010100 | 1001 | 1000011 | 0 | 101010 | 100100100 | 110010 | 100111 |
Color Harmonies of #863194
Complementary color
Monochromatic Colors of #863194
Black with #863194
Text Example
Text Example
White with #863194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863194; }
p { color: rgb(134,49,148); }
H1.HeaderClassName
{
color: #863194;
}
.AnyTagClassName
{
color: #863194;
}
</style>
background-color css
<style>
a { background-color: #863194; }
a { background-color: rgb(134,49,148); }
div.DivClassName
{
background-color: #863194;
}
.BgClassName
{
background-color: #863194;
}
</style>
border-color css
<style>
span { border-color: #863194; }
span { border-color: rgb(134,49,148); }
td.TdClassName
{
border-color: #863194;
}
.TagClassName
{
border-color: #863194;
}
</style>