Shades of Vivid Violet #862E9E
Tints of Vivid Violet #862E9E
RGB
CMYK
RGB Variations
Color information
#862E9E (or 0x862E9E) is known color: Vivid Violet. HEX triplet: 86, 2E and 9E. RGB value is (134,46,158). Sum of RGB (Red+Green+Blue) = 134+46+158=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #862E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862E9E is #79D161. Grayscale: #545454. Windows color (decimal): -7983458 or 10366598. OLE color: 10366598.
HSL color Cylindrical-coordinate representation of color #862E9E: hue angle of 287.14º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862E9E is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 46 | 158 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.38 |
| HSL | 287.14º | 0.55% | 0.4% | - |
| HSV(B) | 287.14º | 0.71% | 0.62% | - |
| XYZ | 16.98 | 9.49 | 33.28 | - |
| YUV | 85.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 158 | 0.15 | 0.71 | 0 | 0.38 | 287.14 | 0.55 | 0.4 |
| Hex | 86 | 2E | 9E | F | 47 | 0 | 26 | 11F | 37 | 28 |
| Octal | 206 | 56 | 236 | 17 | 107 | 0 | 46 | 437 | 67 | 50 |
| Binary | 10000110 | 101110 | 10011110 | 1111 | 1000111 | 0 | 100110 | 100011111 | 110111 | 101000 |
Color Harmonies of #862E9E
Complementary color
Monochromatic Colors of #862E9E
Black with #862E9E
Text Example
Text Example
White with #862E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E9E; }
p { color: rgb(134,46,158); }
H1.HeaderClassName
{
color: #862E9E;
}
.AnyTagClassName
{
color: #862E9E;
}
</style>
background-color css
<style>
a { background-color: #862E9E; }
a { background-color: rgb(134,46,158); }
div.DivClassName
{
background-color: #862E9E;
}
.BgClassName
{
background-color: #862E9E;
}
</style>
border-color css
<style>
span { border-color: #862E9E; }
span { border-color: rgb(134,46,158); }
td.TdClassName
{
border-color: #862E9E;
}
.TagClassName
{
border-color: #862E9E;
}
</style>