Shades of Vivid Violet #862896
Tints of Vivid Violet #862896
RGB
CMYK
RGB Variations
Color information
#862896 (or 0x862896) is known color: Vivid Violet. HEX triplet: 86, 28 and 96. RGB value is (134,40,150). Sum of RGB (Red+Green+Blue) = 134+40+150=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #862896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862896 is #79D769. Grayscale: #505050. Windows color (decimal): -7985002 or 9840774. OLE color: 9840774.
HSL color Cylindrical-coordinate representation of color #862896: hue angle of 291.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862896 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 40 | 150 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.41 |
| HSL | 291.27º | 0.58% | 0.37% | - |
| HSV(B) | 291.27º | 0.73% | 0.59% | - |
| XYZ | 16.1 | 8.79 | 29.7 | - |
| YUV | 80.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 150 | 0.11 | 0.73 | 0 | 0.41 | 291.27 | 0.58 | 0.37 |
| Hex | 86 | 28 | 96 | B | 49 | 0 | 29 | 123 | 3A | 25 |
| Octal | 206 | 50 | 226 | 13 | 111 | 0 | 51 | 443 | 72 | 45 |
| Binary | 10000110 | 101000 | 10010110 | 1011 | 1001001 | 0 | 101001 | 100100011 | 111010 | 100101 |
Color Harmonies of #862896
Complementary color
Monochromatic Colors of #862896
Black with #862896
Text Example
Text Example
White with #862896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862896; }
p { color: rgb(134,40,150); }
H1.HeaderClassName
{
color: #862896;
}
.AnyTagClassName
{
color: #862896;
}
</style>
background-color css
<style>
a { background-color: #862896; }
a { background-color: rgb(134,40,150); }
div.DivClassName
{
background-color: #862896;
}
.BgClassName
{
background-color: #862896;
}
</style>
border-color css
<style>
span { border-color: #862896; }
span { border-color: rgb(134,40,150); }
td.TdClassName
{
border-color: #862896;
}
.TagClassName
{
border-color: #862896;
}
</style>