#842EF9

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

Shades of Blue Violet #842EF9

Tints of Blue Violet #842EF9

Color information

#842EF9 (or 0x842EF9) is unknown color: approx Blue Violet. HEX triplet: 84, 2E and F9. RGB value is (132,46,249). Sum of RGB (Red+Green+Blue) = 132+46+249=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #842EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842EF9 is #7BD106. Grayscale: #5E5E5E. Windows color (decimal): -8114439 or 16330372. OLE color: 16330372.

HSL color Cylindrical-coordinate representation of color #842EF9: hue angle of 265.42º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842EF9 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13246249-
CMYK0.470.8200.02
HSL265.42º94.42%57.84%-
HSV(B)265.42º81.53%97.65%-
XYZ27.5913.790.81-
YUV94.86214.99154.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 46 (18.36% from 255) = 10.77%
BLUE value IS 249 (97.66% from 255) = 58.31%
R=30.91%
G=10.77%
B=58.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132462490.470.8200.02265.4294.4257.84
Hex842EF92F52021095e3a
Octal20456371571220241113672
Binary100001001011101111100110111110100100101000010011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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