#841EF5

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

Shades of Blue Violet #841EF5

Tints of Blue Violet #841EF5

Color information

#841EF5 (or 0x841EF5) is unknown color: approx Blue Violet. HEX triplet: 84, 1E and F5. RGB value is (132,30,245). Sum of RGB (Red+Green+Blue) = 132+30+245=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 245 (96.09% from 255 or 60.20% from 407); Max value from RGB is 245 - color contains mainly: blue. Hex color #841EF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EF5 is #7BE10A. Grayscale: #545454. Windows color (decimal): -8118539 or 16064132. OLE color: 16064132.

HSL color Cylindrical-coordinate representation of color #841EF5: hue angle of 268.47º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841EF5 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13230245-
CMYK0.460.8800.04
HSL268.47º91.49%53.92%-
HSV(B)268.47º87.76%96.08%-
XYZ26.4612.4387.39-
YUV85.01218.29161.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 30 (12.11% from 255) = 7.37%
BLUE value IS 245 (96.09% from 255) = 60.20%
R=32.43%
G=7.37%
B=60.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132302450.460.8800.04268.4791.4953.92
Hex841EF52E580410c5b36
Octal20436365561300441413366
Binary100001001111011110101101110101100001001000011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841EF5; }

 p { color: rgb(132,30,245); }

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

<style>
 a { background-color: #841EF5; }

 a { background-color: rgb(132,30,245); }

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

<style>
 span { border-color: #841EF5; }

 span { border-color: rgb(132,30,245); }

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