Shades of Blue Violet #862EE5
Tints of Blue Violet #862EE5
RGB
CMYK
RGB Variations
Color information
#862EE5 (or 0x862EE5) is known color: Blue Violet. HEX triplet: 86, 2E and E5. RGB value is (134,46,229). Sum of RGB (Red+Green+Blue) = 134+46+229=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #862EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862EE5 is #79D11A. Grayscale: #5C5C5C. Windows color (decimal): -7983387 or 15019654. OLE color: 15019654.
HSL color Cylindrical-coordinate representation of color #862EE5: hue angle of 268.85º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #862EE5 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 46 | 229 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.10 |
| HSL | 268.85º | 0.78% | 0.54% | - |
| HSV(B) | 268.85º | 0.8% | 0.9% | - |
| XYZ | 24.95 | 12.68 | 75.26 | - |
| YUV | 93.17 | 204.65 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 229 | 0.41 | 0.80 | 0 | 0.10 | 268.85 | 0.78 | 0.54 |
| Hex | 86 | 2E | E5 | 29 | 50 | 0 | A | 10D | 4E | 36 |
| Octal | 206 | 56 | 345 | 51 | 120 | 0 | 12 | 415 | 116 | 66 |
| Binary | 10000110 | 101110 | 11100101 | 101001 | 1010000 | 0 | 1010 | 100001101 | 1001110 | 110110 |
Color Harmonies of #862EE5
Complementary color
Monochromatic Colors of #862EE5
Black with #862EE5
Text Example
Text Example
White with #862EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862EE5; }
p { color: rgb(134,46,229); }
H1.HeaderClassName
{
color: #862EE5;
}
.AnyTagClassName
{
color: #862EE5;
}
</style>
background-color css
<style>
a { background-color: #862EE5; }
a { background-color: rgb(134,46,229); }
div.DivClassName
{
background-color: #862EE5;
}
.BgClassName
{
background-color: #862EE5;
}
</style>
border-color css
<style>
span { border-color: #862EE5; }
span { border-color: rgb(134,46,229); }
td.TdClassName
{
border-color: #862EE5;
}
.TagClassName
{
border-color: #862EE5;
}
</style>