Shades of Vivid Violet #864189
Tints of Vivid Violet #864189
RGB
CMYK
RGB Variations
Color information
#864189 (or 0x864189) is known color: Vivid Violet. HEX triplet: 86, 41 and 89. RGB value is (134,65,137). Sum of RGB (Red+Green+Blue) = 134+65+137=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #864189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864189 is #79BE76. Grayscale: #5D5D5D. Windows color (decimal): -7978615 or 8995206. OLE color: 8995206.
HSL color Cylindrical-coordinate representation of color #864189: hue angle of 297.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #864189 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 65 | 137 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.46 |
| HSL | 297.5º | 0.36% | 0.4% | - |
| HSV(B) | 297.5º | 0.53% | 0.54% | - |
| XYZ | 16.24 | 10.66 | 24.87 | - |
| YUV | 93.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 137 | 0.02 | 0.53 | 0 | 0.46 | 297.5 | 0.36 | 0.4 |
| Hex | 86 | 41 | 89 | 2 | 35 | 0 | 2E | 12A | 24 | 28 |
| Octal | 206 | 101 | 211 | 2 | 65 | 0 | 56 | 452 | 44 | 50 |
| Binary | 10000110 | 1000001 | 10001001 | 10 | 110101 | 0 | 101110 | 100101010 | 100100 | 101000 |
Color Harmonies of #864189
Complementary color
Monochromatic Colors of #864189
Black with #864189
Text Example
Text Example
White with #864189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864189; }
p { color: rgb(134,65,137); }
H1.HeaderClassName
{
color: #864189;
}
.AnyTagClassName
{
color: #864189;
}
</style>
background-color css
<style>
a { background-color: #864189; }
a { background-color: rgb(134,65,137); }
div.DivClassName
{
background-color: #864189;
}
.BgClassName
{
background-color: #864189;
}
</style>
border-color css
<style>
span { border-color: #864189; }
span { border-color: rgb(134,65,137); }
td.TdClassName
{
border-color: #864189;
}
.TagClassName
{
border-color: #864189;
}
</style>