#862ee7

Color #862EE7 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #862EE7

Tints of Blue Violet #862EE7

Color information

#862EE7 (or 0x862EE7) is unknown color: approx Blue Violet. HEX triplet: 86, 2E and E7. RGB value is (134,46,231). Sum of RGB (Red+Green+Blue) = 134+46+231=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #862EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862EE7 is #79D118. Grayscale: #5C5C5C. Windows color (decimal): -7983385 or 15150726. OLE color: 15150726.

HSL color Cylindrical-coordinate representation of color #862EE7: hue angle of 268.54º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #862EE7 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13446231-
CMYK0.420.8000.09
HSL268.54º79.4%54.31%-
HSV(B)268.54º80.09%90.59%-
XYZ25.2312.7976.74-
YUV93.4205.65156.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 46 (18.36% from 255) = 11.19%
BLUE value IS 231 (90.62% from 255) = 56.20%
R=32.60%
G=11.19%
B=56.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134462310.420.8000.09268.5479.454.31
Hex862EE72A500910d4f36
Octal206563475212001141511766
Binary10000110101110111001111010101010000010011000011011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862ee7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862ee7; }

 p { color: rgb(134,46,231); }

 H1.HeaderClassName
 {
   color: #862ee7;
 }
 .AnyTagClassName
 {
   color: #862ee7;
 }
</style>
background-color css

<style>
 a { background-color: #862ee7; }

 a { background-color: rgb(134,46,231); }

 div.DivClassName
 {
   background-color: #862ee7;
 }
 .BgClassName
 {
   background-color: #862ee7;
 }
</style>
border-color css

<style>
 span { border-color: #862ee7; }

 span { border-color: rgb(134,46,231); }

 td.TdClassName
 {
   border-color: #862ee7;
 }
 .TagClassName
 {
   border-color: #862ee7;
 }
</style>