Shades of Vivid Violet #863294
Tints of Vivid Violet #863294
RGB
CMYK
RGB Variations
Color information
#863294 (or 0x863294) is known color: Vivid Violet. HEX triplet: 86, 32 and 94. RGB value is (134,50,148). Sum of RGB (Red+Green+Blue) = 134+50+148=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #863294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863294 is #79CD6B. Grayscale: #555555. Windows color (decimal): -7982444 or 9712262. OLE color: 9712262.
HSL color Cylindrical-coordinate representation of color #863294: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863294 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 50 | 148 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.42 |
| HSL | 291.43º | 0.49% | 0.39% | - |
| HSV(B) | 291.43º | 0.66% | 0.58% | - |
| XYZ | 16.32 | 9.49 | 28.99 | - |
| YUV | 86.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 148 | 0.09 | 0.66 | 0 | 0.42 | 291.43 | 0.49 | 0.39 |
| Hex | 86 | 32 | 94 | 9 | 42 | 0 | 2A | 123 | 31 | 27 |
| Octal | 206 | 62 | 224 | 11 | 102 | 0 | 52 | 443 | 61 | 47 |
| Binary | 10000110 | 110010 | 10010100 | 1001 | 1000010 | 0 | 101010 | 100100011 | 110001 | 100111 |
Color Harmonies of #863294
Complementary color
Monochromatic Colors of #863294
Black with #863294
Text Example
Text Example
White with #863294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863294; }
p { color: rgb(134,50,148); }
H1.HeaderClassName
{
color: #863294;
}
.AnyTagClassName
{
color: #863294;
}
</style>
background-color css
<style>
a { background-color: #863294; }
a { background-color: rgb(134,50,148); }
div.DivClassName
{
background-color: #863294;
}
.BgClassName
{
background-color: #863294;
}
</style>
border-color css
<style>
span { border-color: #863294; }
span { border-color: rgb(134,50,148); }
td.TdClassName
{
border-color: #863294;
}
.TagClassName
{
border-color: #863294;
}
</style>