#862ef1

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

Shades of Blue Violet #862EF1

Tints of Blue Violet #862EF1

Color information

#862EF1 (or 0x862EF1) is unknown color: approx Blue Violet. HEX triplet: 86, 2E and F1. RGB value is (134,46,241). Sum of RGB (Red+Green+Blue) = 134+46+241=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #862EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862EF1 is #79D10E. Grayscale: #5D5D5D. Windows color (decimal): -7983375 or 15806086. OLE color: 15806086.

HSL color Cylindrical-coordinate representation of color #862EF1: hue angle of 267.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #862EF1 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13446241-
CMYK0.440.8100.05
HSL267.08º87.44%56.27%-
HSV(B)267.08º80.91%94.51%-
XYZ26.6913.3784.39-
YUV94.54210.65156.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 46 (18.36% from 255) = 10.93%
BLUE value IS 241 (94.53% from 255) = 57.24%
R=31.83%
G=10.93%
B=57.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134462410.440.8100.05267.0887.4456.27
Hex862EF12C510510b5738
Octal20656361541210541312770
Binary1000011010111011110001101100101000101011000010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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