Shades of Vivid Violet #864B9A
Tints of Vivid Violet #864B9A
RGB
CMYK
RGB Variations
Color information
#864B9A (or 0x864B9A) is known color: Vivid Violet. HEX triplet: 86, 4B and 9A. RGB value is (134,75,154). Sum of RGB (Red+Green+Blue) = 134+75+154=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #864B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864B9A is #79B465. Grayscale: #656565. Windows color (decimal): -7976038 or 10111878. OLE color: 10111878.
HSL color Cylindrical-coordinate representation of color #864B9A: hue angle of 284.81º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864B9A is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 75 | 154 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.40 |
| HSL | 284.81º | 0.34% | 0.45% | - |
| HSV(B) | 284.81º | 0.51% | 0.6% | - |
| XYZ | 18.18 | 12.43 | 32.01 | - |
| YUV | 101.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 154 | 0.13 | 0.51 | 0 | 0.40 | 284.81 | 0.34 | 0.45 |
| Hex | 86 | 4B | 9A | D | 33 | 0 | 28 | 11D | 22 | 2D |
| Octal | 206 | 113 | 232 | 15 | 63 | 0 | 50 | 435 | 42 | 55 |
| Binary | 10000110 | 1001011 | 10011010 | 1101 | 110011 | 0 | 101000 | 100011101 | 100010 | 101101 |
Color Harmonies of #864B9A
Complementary color
Monochromatic Colors of #864B9A
Black with #864B9A
Text Example
Text Example
White with #864B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864B9A; }
p { color: rgb(134,75,154); }
H1.HeaderClassName
{
color: #864B9A;
}
.AnyTagClassName
{
color: #864B9A;
}
</style>
background-color css
<style>
a { background-color: #864B9A; }
a { background-color: rgb(134,75,154); }
div.DivClassName
{
background-color: #864B9A;
}
.BgClassName
{
background-color: #864B9A;
}
</style>
border-color css
<style>
span { border-color: #864B9A; }
span { border-color: rgb(134,75,154); }
td.TdClassName
{
border-color: #864B9A;
}
.TagClassName
{
border-color: #864B9A;
}
</style>