Shades of Vivid Violet #863493
Tints of Vivid Violet #863493
RGB
CMYK
RGB Variations
Color information
#863493 (or 0x863493) is known color: Vivid Violet. HEX triplet: 86, 34 and 93. RGB value is (134,52,147). Sum of RGB (Red+Green+Blue) = 134+52+147=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #863493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863493 is #79CB6C. Grayscale: #575757. Windows color (decimal): -7981933 or 9647238. OLE color: 9647238.
HSL color Cylindrical-coordinate representation of color #863493: hue angle of 291.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863493 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 52 | 147 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.42 |
| HSL | 291.79º | 0.48% | 0.39% | - |
| HSV(B) | 291.79º | 0.65% | 0.58% | - |
| XYZ | 16.33 | 9.63 | 28.6 | - |
| YUV | 87.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 147 | 0.09 | 0.65 | 0 | 0.42 | 291.79 | 0.48 | 0.39 |
| Hex | 86 | 34 | 93 | 9 | 41 | 0 | 2A | 124 | 30 | 27 |
| Octal | 206 | 64 | 223 | 11 | 101 | 0 | 52 | 444 | 60 | 47 |
| Binary | 10000110 | 110100 | 10010011 | 1001 | 1000001 | 0 | 101010 | 100100100 | 110000 | 100111 |
Color Harmonies of #863493
Complementary color
Monochromatic Colors of #863493
Black with #863493
Text Example
Text Example
White with #863493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863493; }
p { color: rgb(134,52,147); }
H1.HeaderClassName
{
color: #863493;
}
.AnyTagClassName
{
color: #863493;
}
</style>
background-color css
<style>
a { background-color: #863493; }
a { background-color: rgb(134,52,147); }
div.DivClassName
{
background-color: #863493;
}
.BgClassName
{
background-color: #863493;
}
</style>
border-color css
<style>
span { border-color: #863493; }
span { border-color: rgb(134,52,147); }
td.TdClassName
{
border-color: #863493;
}
.TagClassName
{
border-color: #863493;
}
</style>