Shades of Vivid Violet #864899
Tints of Vivid Violet #864899
RGB
CMYK
RGB Variations
Color information
#864899 (or 0x864899) is known color: Vivid Violet. HEX triplet: 86, 48 and 99. RGB value is (134,72,153). Sum of RGB (Red+Green+Blue) = 134+72+153=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #864899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864899 is #79B766. Grayscale: #636363. Windows color (decimal): -7976807 or 10045574. OLE color: 10045574.
HSL color Cylindrical-coordinate representation of color #864899: hue angle of 285.93º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #864899 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 72 | 153 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.4 |
| HSL | 285.93º | 0.36% | 0.44% | - |
| HSV(B) | 285.93º | 0.53% | 0.6% | - |
| XYZ | 17.9 | 12 | 31.51 | - |
| YUV | 99.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 72 | 153 | 0.12 | 0.53 | 0 | 0.4 | 285.93 | 0.36 | 0.44 |
| Hex | 86 | 48 | 99 | C | 35 | 0 | 28 | 11E | 24 | 2C |
| Octal | 206 | 110 | 231 | 14 | 65 | 0 | 50 | 436 | 44 | 54 |
| Binary | 10000110 | 1001000 | 10011001 | 1100 | 110101 | 0 | 101000 | 100011110 | 100100 | 101100 |
Color Harmonies of #864899
Complementary color
Monochromatic Colors of #864899
Black with #864899
Text Example
Text Example
White with #864899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864899; }
p { color: rgb(134,72,153); }
H1.HeaderClassName
{
color: #864899;
}
.AnyTagClassName
{
color: #864899;
}
</style>
background-color css
<style>
a { background-color: #864899; }
a { background-color: rgb(134,72,153); }
div.DivClassName
{
background-color: #864899;
}
.BgClassName
{
background-color: #864899;
}
</style>
border-color css
<style>
span { border-color: #864899; }
span { border-color: rgb(134,72,153); }
td.TdClassName
{
border-color: #864899;
}
.TagClassName
{
border-color: #864899;
}
</style>