#862AE5

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

Shades of Blue Violet #862AE5

Tints of Blue Violet #862AE5

Color information

#862AE5 (or 0x862AE5) is unknown color: approx Blue Violet. HEX triplet: 86, 2A and E5. RGB value is (134,42,229). Sum of RGB (Red+Green+Blue) = 134+42+229=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #862AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862AE5 is #79D51A. Grayscale: #5A5A5A. Windows color (decimal): -7984411 or 15018630. OLE color: 15018630.

HSL color Cylindrical-coordinate representation of color #862AE5: hue angle of 269.52º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #862AE5 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13442229-
CMYK0.410.8200.10
HSL269.52º78.24%53.14%-
HSV(B)269.52º81.66%89.8%-
XYZ24.812.3875.21-
YUV90.83205.98158.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 42 (16.80% from 255) = 10.37%
BLUE value IS 229 (89.84% from 255) = 56.54%
R=33.09%
G=10.37%
B=56.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal134422290.410.8200.10269.5278.2453.14
Hex862AE529520A10e4e35
Octal206523455112201241611665
Binary10000110101010111001011010011010010010101000011101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,42,229); }

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

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

 a { background-color: rgb(134,42,229); }

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

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

 span { border-color: rgb(134,42,229); }

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