Shades of Vivid Violet #864A9B
Tints of Vivid Violet #864A9B
RGB
CMYK
RGB Variations
Color information
#864A9B (or 0x864A9B) is known color: Vivid Violet. HEX triplet: 86, 4A and 9B. RGB value is (134,74,155). Sum of RGB (Red+Green+Blue) = 134+74+155=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #864A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864A9B is #79B564. Grayscale: #646464. Windows color (decimal): -7976293 or 10177158. OLE color: 10177158.
HSL color Cylindrical-coordinate representation of color #864A9B: hue angle of 284.44º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864A9B is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 74 | 155 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.39 |
| HSL | 284.44º | 0.35% | 0.45% | - |
| HSV(B) | 284.44º | 0.52% | 0.61% | - |
| XYZ | 18.2 | 12.33 | 32.43 | - |
| YUV | 101.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 155 | 0.14 | 0.52 | 0 | 0.39 | 284.44 | 0.35 | 0.45 |
| Hex | 86 | 4A | 9B | E | 34 | 0 | 27 | 11C | 23 | 2D |
| Octal | 206 | 112 | 233 | 16 | 64 | 0 | 47 | 434 | 43 | 55 |
| Binary | 10000110 | 1001010 | 10011011 | 1110 | 110100 | 0 | 100111 | 100011100 | 100011 | 101101 |
Color Harmonies of #864A9B
Complementary color
Monochromatic Colors of #864A9B
Black with #864A9B
Text Example
Text Example
White with #864A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A9B; }
p { color: rgb(134,74,155); }
H1.HeaderClassName
{
color: #864A9B;
}
.AnyTagClassName
{
color: #864A9B;
}
</style>
background-color css
<style>
a { background-color: #864A9B; }
a { background-color: rgb(134,74,155); }
div.DivClassName
{
background-color: #864A9B;
}
.BgClassName
{
background-color: #864A9B;
}
</style>
border-color css
<style>
span { border-color: #864A9B; }
span { border-color: rgb(134,74,155); }
td.TdClassName
{
border-color: #864A9B;
}
.TagClassName
{
border-color: #864A9B;
}
</style>