Shades of Vivid Violet #864087
Tints of Vivid Violet #864087
RGB
CMYK
RGB Variations
Color information
#864087 (or 0x864087) is known color: Vivid Violet. HEX triplet: 86, 40 and 87. RGB value is (134,64,135). Sum of RGB (Red+Green+Blue) = 134+64+135=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #864087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864087 is #79BF78. Grayscale: #5C5C5C. Windows color (decimal): -7978873 or 8863878. OLE color: 8863878.
HSL color Cylindrical-coordinate representation of color #864087: hue angle of 299.15º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #864087 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 135 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.47 |
| HSL | 299.15º | 0.36% | 0.39% | - |
| HSV(B) | 299.15º | 0.53% | 0.53% | - |
| XYZ | 16.04 | 10.48 | 24.1 | - |
| YUV | 93.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 135 | 0.01 | 0.53 | 0 | 0.47 | 299.15 | 0.36 | 0.39 |
| Hex | 86 | 40 | 87 | 1 | 35 | 0 | 2F | 12B | 24 | 27 |
| Octal | 206 | 100 | 207 | 1 | 65 | 0 | 57 | 453 | 44 | 47 |
| Binary | 10000110 | 1000000 | 10000111 | 1 | 110101 | 0 | 101111 | 100101011 | 100100 | 100111 |
Color Harmonies of #864087
Complementary color
Monochromatic Colors of #864087
Black with #864087
Text Example
Text Example
White with #864087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864087; }
p { color: rgb(134,64,135); }
H1.HeaderClassName
{
color: #864087;
}
.AnyTagClassName
{
color: #864087;
}
</style>
background-color css
<style>
a { background-color: #864087; }
a { background-color: rgb(134,64,135); }
div.DivClassName
{
background-color: #864087;
}
.BgClassName
{
background-color: #864087;
}
</style>
border-color css
<style>
span { border-color: #864087; }
span { border-color: rgb(134,64,135); }
td.TdClassName
{
border-color: #864087;
}
.TagClassName
{
border-color: #864087;
}
</style>