#842EE5

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

Shades of Blue Violet #842EE5

Tints of Blue Violet #842EE5

Color information

#842EE5 (or 0x842EE5) is unknown color: approx Blue Violet. HEX triplet: 84, 2E and E5. RGB value is (132,46,229). Sum of RGB (Red+Green+Blue) = 132+46+229=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #842EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842EE5 is #7BD11A. Grayscale: #5B5B5B. Windows color (decimal): -8114459 or 15019652. OLE color: 15019652.

HSL color Cylindrical-coordinate representation of color #842EE5: hue angle of 268.2º 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 #842EE5 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13246229-
CMYK0.420.8000.10
HSL268.2º77.87%53.92%-
HSV(B)268.2º79.91%89.8%-
XYZ24.6412.5275.25-
YUV92.58204.99156.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 46 (18.36% from 255) = 11.30%
BLUE value IS 229 (89.84% from 255) = 56.27%
R=32.43%
G=11.30%
B=56.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal132462290.420.8000.10268.277.8753.92
Hex842EE52A500A10c4e36
Octal204563455212001241411666
Binary10000100101110111001011010101010000010101000011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842EE5; }

 p { color: rgb(132,46,229); }

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

<style>
 a { background-color: #842EE5; }

 a { background-color: rgb(132,46,229); }

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

<style>
 span { border-color: #842EE5; }

 span { border-color: rgb(132,46,229); }

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