Shades of Vivid Violet #864289
Tints of Vivid Violet #864289
RGB
CMYK
RGB Variations
Color information
#864289 (or 0x864289) is known color: Vivid Violet. HEX triplet: 86, 42 and 89. RGB value is (134,66,137). Sum of RGB (Red+Green+Blue) = 134+66+137=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #864289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864289 is #79BD76. Grayscale: #5E5E5E. Windows color (decimal): -7978359 or 8995462. OLE color: 8995462.
HSL color Cylindrical-coordinate representation of color #864289: hue angle of 297.46º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864289 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 66 | 137 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.46 |
| HSL | 297.46º | 0.35% | 0.4% | - |
| HSV(B) | 297.46º | 0.52% | 0.54% | - |
| XYZ | 16.3 | 10.77 | 24.89 | - |
| YUV | 94.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 137 | 0.02 | 0.52 | 0 | 0.46 | 297.46 | 0.35 | 0.4 |
| Hex | 86 | 42 | 89 | 2 | 34 | 0 | 2E | 129 | 23 | 28 |
| Octal | 206 | 102 | 211 | 2 | 64 | 0 | 56 | 451 | 43 | 50 |
| Binary | 10000110 | 1000010 | 10001001 | 10 | 110100 | 0 | 101110 | 100101001 | 100011 | 101000 |
Color Harmonies of #864289
Complementary color
Monochromatic Colors of #864289
Black with #864289
Text Example
Text Example
White with #864289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864289; }
p { color: rgb(134,66,137); }
H1.HeaderClassName
{
color: #864289;
}
.AnyTagClassName
{
color: #864289;
}
</style>
background-color css
<style>
a { background-color: #864289; }
a { background-color: rgb(134,66,137); }
div.DivClassName
{
background-color: #864289;
}
.BgClassName
{
background-color: #864289;
}
</style>
border-color css
<style>
span { border-color: #864289; }
span { border-color: rgb(134,66,137); }
td.TdClassName
{
border-color: #864289;
}
.TagClassName
{
border-color: #864289;
}
</style>