#842EE1

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

Shades of Blue Violet #842EE1

Tints of Blue Violet #842EE1

Color information

#842EE1 (or 0x842EE1) is unknown color: approx Blue Violet. HEX triplet: 84, 2E and E1. RGB value is (132,46,225). Sum of RGB (Red+Green+Blue) = 132+46+225=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #842EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842EE1 is #7BD11E. Grayscale: #5B5B5B. Windows color (decimal): -8114463 or 14757508. OLE color: 14757508.

HSL color Cylindrical-coordinate representation of color #842EE1: hue angle of 268.83º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842EE1 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13246225-
CMYK0.410.8000.12
HSL268.83º74.9%53.14%-
HSV(B)268.83º79.56%88.24%-
XYZ24.0812.372.34-
YUV92.12202.99156.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 46 (18.36% from 255) = 11.41%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=32.75%
G=11.41%
B=55.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132462250.410.8000.12268.8374.953.14
Hex842EE129500C10d4b35
Octal204563415112001441511365
Binary10000100101110111000011010011010000011001000011011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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