Shades of Vivid Violet #862EAE
Tints of Vivid Violet #862EAE
RGB
CMYK
RGB Variations
Color information
#862EAE (or 0x862EAE) is known color: Vivid Violet. HEX triplet: 86, 2E and AE. RGB value is (134,46,174). Sum of RGB (Red+Green+Blue) = 134+46+174=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #862EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862EAE is #79D151. Grayscale: #565656. Windows color (decimal): -7983442 or 11415174. OLE color: 11415174.
HSL color Cylindrical-coordinate representation of color #862EAE: hue angle of 281.25º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862EAE is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 46 | 174 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.32 |
| HSL | 281.25º | 0.58% | 0.43% | - |
| HSV(B) | 281.25º | 0.74% | 0.68% | - |
| XYZ | 18.45 | 10.08 | 41.02 | - |
| YUV | 86.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 174 | 0.23 | 0.74 | 0 | 0.32 | 281.25 | 0.58 | 0.43 |
| Hex | 86 | 2E | AE | 17 | 4A | 0 | 20 | 119 | 3A | 2B |
| Octal | 206 | 56 | 256 | 27 | 112 | 0 | 40 | 431 | 72 | 53 |
| Binary | 10000110 | 101110 | 10101110 | 10111 | 1001010 | 0 | 100000 | 100011001 | 111010 | 101011 |
Color Harmonies of #862EAE
Complementary color
Monochromatic Colors of #862EAE
Black with #862EAE
Text Example
Text Example
White with #862EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862EAE; }
p { color: rgb(134,46,174); }
H1.HeaderClassName
{
color: #862EAE;
}
.AnyTagClassName
{
color: #862EAE;
}
</style>
background-color css
<style>
a { background-color: #862EAE; }
a { background-color: rgb(134,46,174); }
div.DivClassName
{
background-color: #862EAE;
}
.BgClassName
{
background-color: #862EAE;
}
</style>
border-color css
<style>
span { border-color: #862EAE; }
span { border-color: rgb(134,46,174); }
td.TdClassName
{
border-color: #862EAE;
}
.TagClassName
{
border-color: #862EAE;
}
</style>