#841AF2

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

Shades of Blue Violet #841AF2

Tints of Blue Violet #841AF2

Color information

#841AF2 (or 0x841AF2) is unknown color: approx Blue Violet. HEX triplet: 84, 1A and F2. RGB value is (132,26,242). Sum of RGB (Red+Green+Blue) = 132+26+242=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #841AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841AF2 is #7BE50D. Grayscale: #515151. Windows color (decimal): -8119566 or 15866500. OLE color: 15866500.

HSL color Cylindrical-coordinate representation of color #841AF2: hue angle of 269.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841AF2 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13226242-
CMYK0.450.8900.05
HSL269.44º89.26%52.55%-
HSV(B)269.44º89.26%94.9%-
XYZ25.9112.0684.97-
YUV82.32218.12163.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 26 (10.55% from 255) = 6.5%
BLUE value IS 242 (94.92% from 255) = 60.5%
R=33%
G=6.5%
B=60.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132262420.450.8900.05269.4489.2652.55
Hex841AF22D590510d5935
Octal20432362551310541513165
Binary100001001101011110010101101101100101011000011011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,26,242); }

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

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

 a { background-color: rgb(132,26,242); }

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

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

 span { border-color: rgb(132,26,242); }

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