Shades of Vivid Violet #864299
Tints of Vivid Violet #864299
RGB
CMYK
RGB Variations
Color information
#864299 (or 0x864299) is known color: Vivid Violet. HEX triplet: 86, 42 and 99. RGB value is (134,66,153). Sum of RGB (Red+Green+Blue) = 134+66+153=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #864299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864299 is #79BD66. Grayscale: #5F5F5F. Windows color (decimal): -7978343 or 10044038. OLE color: 10044038.
HSL color Cylindrical-coordinate representation of color #864299: hue angle of 286.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #864299 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 66 | 153 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.4 |
| HSL | 286.9º | 0.4% | 0.43% | - |
| HSV(B) | 286.9º | 0.57% | 0.6% | - |
| XYZ | 17.53 | 11.26 | 31.39 | - |
| YUV | 96.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 153 | 0.12 | 0.57 | 0 | 0.4 | 286.9 | 0.4 | 0.43 |
| Hex | 86 | 42 | 99 | C | 39 | 0 | 28 | 11F | 28 | 2B |
| Octal | 206 | 102 | 231 | 14 | 71 | 0 | 50 | 437 | 50 | 53 |
| Binary | 10000110 | 1000010 | 10011001 | 1100 | 111001 | 0 | 101000 | 100011111 | 101000 | 101011 |
Color Harmonies of #864299
Complementary color
Monochromatic Colors of #864299
Black with #864299
Text Example
Text Example
White with #864299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864299; }
p { color: rgb(134,66,153); }
H1.HeaderClassName
{
color: #864299;
}
.AnyTagClassName
{
color: #864299;
}
</style>
background-color css
<style>
a { background-color: #864299; }
a { background-color: rgb(134,66,153); }
div.DivClassName
{
background-color: #864299;
}
.BgClassName
{
background-color: #864299;
}
</style>
border-color css
<style>
span { border-color: #864299; }
span { border-color: rgb(134,66,153); }
td.TdClassName
{
border-color: #864299;
}
.TagClassName
{
border-color: #864299;
}
</style>