Shades of Vivid Violet #864190
Tints of Vivid Violet #864190
RGB
CMYK
RGB Variations
Color information
#864190 (or 0x864190) is known color: Vivid Violet. HEX triplet: 86, 41 and 90. RGB value is (134,65,144). Sum of RGB (Red+Green+Blue) = 134+65+144=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #864190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864190 is #79BE6F. Grayscale: #5E5E5E. Windows color (decimal): -7978608 or 9453958. OLE color: 9453958.
HSL color Cylindrical-coordinate representation of color #864190: hue angle of 292.41º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #864190 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 65 | 144 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.44 |
| HSL | 292.41º | 0.38% | 0.41% | - |
| HSV(B) | 292.41º | 0.55% | 0.56% | - |
| XYZ | 16.76 | 10.86 | 27.6 | - |
| YUV | 94.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 144 | 0.07 | 0.55 | 0 | 0.44 | 292.41 | 0.38 | 0.41 |
| Hex | 86 | 41 | 90 | 7 | 37 | 0 | 2C | 124 | 26 | 29 |
| Octal | 206 | 101 | 220 | 7 | 67 | 0 | 54 | 444 | 46 | 51 |
| Binary | 10000110 | 1000001 | 10010000 | 111 | 110111 | 0 | 101100 | 100100100 | 100110 | 101001 |
Color Harmonies of #864190
Complementary color
Monochromatic Colors of #864190
Black with #864190
Text Example
Text Example
White with #864190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864190; }
p { color: rgb(134,65,144); }
H1.HeaderClassName
{
color: #864190;
}
.AnyTagClassName
{
color: #864190;
}
</style>
background-color css
<style>
a { background-color: #864190; }
a { background-color: rgb(134,65,144); }
div.DivClassName
{
background-color: #864190;
}
.BgClassName
{
background-color: #864190;
}
</style>
border-color css
<style>
span { border-color: #864190; }
span { border-color: rgb(134,65,144); }
td.TdClassName
{
border-color: #864190;
}
.TagClassName
{
border-color: #864190;
}
</style>