Shades of Vivid Violet #864E9A
Tints of Vivid Violet #864E9A
RGB
CMYK
RGB Variations
Color information
#864E9A (or 0x864E9A) is known color: Vivid Violet. HEX triplet: 86, 4E and 9A. RGB value is (134,78,154). Sum of RGB (Red+Green+Blue) = 134+78+154=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #864E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864E9A is #79B165. Grayscale: #676767. Windows color (decimal): -7975270 or 10112646. OLE color: 10112646.
HSL color Cylindrical-coordinate representation of color #864E9A: hue angle of 284.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864E9A is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 78 | 154 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.40 |
| HSL | 284.21º | 0.33% | 0.45% | - |
| HSV(B) | 284.21º | 0.49% | 0.6% | - |
| XYZ | 18.39 | 12.85 | 32.08 | - |
| YUV | 103.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 154 | 0.13 | 0.49 | 0 | 0.40 | 284.21 | 0.33 | 0.45 |
| Hex | 86 | 4E | 9A | D | 31 | 0 | 28 | 11C | 21 | 2D |
| Octal | 206 | 116 | 232 | 15 | 61 | 0 | 50 | 434 | 41 | 55 |
| Binary | 10000110 | 1001110 | 10011010 | 1101 | 110001 | 0 | 101000 | 100011100 | 100001 | 101101 |
Color Harmonies of #864E9A
Complementary color
Monochromatic Colors of #864E9A
Black with #864E9A
Text Example
Text Example
White with #864E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E9A; }
p { color: rgb(134,78,154); }
H1.HeaderClassName
{
color: #864E9A;
}
.AnyTagClassName
{
color: #864E9A;
}
</style>
background-color css
<style>
a { background-color: #864E9A; }
a { background-color: rgb(134,78,154); }
div.DivClassName
{
background-color: #864E9A;
}
.BgClassName
{
background-color: #864E9A;
}
</style>
border-color css
<style>
span { border-color: #864E9A; }
span { border-color: rgb(134,78,154); }
td.TdClassName
{
border-color: #864E9A;
}
.TagClassName
{
border-color: #864E9A;
}
</style>