Shades of Vivid Violet #864393
Tints of Vivid Violet #864393
RGB
CMYK
RGB Variations
Color information
#864393 (or 0x864393) is known color: Vivid Violet. HEX triplet: 86, 43 and 93. RGB value is (134,67,147). Sum of RGB (Red+Green+Blue) = 134+67+147=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #864393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864393 is #79BC6C. Grayscale: #5F5F5F. Windows color (decimal): -7978093 or 9651078. OLE color: 9651078.
HSL color Cylindrical-coordinate representation of color #864393: hue angle of 290.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #864393 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 67 | 147 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.42 |
| HSL | 290.25º | 0.37% | 0.42% | - |
| HSV(B) | 290.25º | 0.54% | 0.58% | - |
| XYZ | 17.11 | 11.19 | 28.86 | - |
| YUV | 96.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 147 | 0.09 | 0.54 | 0 | 0.42 | 290.25 | 0.37 | 0.42 |
| Hex | 86 | 43 | 93 | 9 | 36 | 0 | 2A | 122 | 25 | 2A |
| Octal | 206 | 103 | 223 | 11 | 66 | 0 | 52 | 442 | 45 | 52 |
| Binary | 10000110 | 1000011 | 10010011 | 1001 | 110110 | 0 | 101010 | 100100010 | 100101 | 101010 |
Color Harmonies of #864393
Complementary color
Monochromatic Colors of #864393
Black with #864393
Text Example
Text Example
White with #864393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864393; }
p { color: rgb(134,67,147); }
H1.HeaderClassName
{
color: #864393;
}
.AnyTagClassName
{
color: #864393;
}
</style>
background-color css
<style>
a { background-color: #864393; }
a { background-color: rgb(134,67,147); }
div.DivClassName
{
background-color: #864393;
}
.BgClassName
{
background-color: #864393;
}
</style>
border-color css
<style>
span { border-color: #864393; }
span { border-color: rgb(134,67,147); }
td.TdClassName
{
border-color: #864393;
}
.TagClassName
{
border-color: #864393;
}
</style>