#841CF2

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

Shades of Blue Violet #841CF2

Tints of Blue Violet #841CF2

Color information

#841CF2 (or 0x841CF2) is unknown color: approx Blue Violet. HEX triplet: 84, 1C and F2. RGB value is (132,28,242). Sum of RGB (Red+Green+Blue) = 132+28+242=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #841CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CF2 is #7BE30D. Grayscale: #525252. Windows color (decimal): -8119054 or 15867012. OLE color: 15867012.

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

Color convert

RGB13228242-
CMYK0.450.8800.05
HSL269.16º89.17%52.94%-
HSV(B)269.16º88.43%94.9%-
XYZ25.9612.1584.98-
YUV83.49217.46162.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 28 (11.33% from 255) = 6.97%
BLUE value IS 242 (94.92% from 255) = 60.20%
R=32.84%
G=6.97%
B=60.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132282420.450.8800.05269.1689.1752.94
Hex841CF22D580510d5935
Octal20434362551300541513165
Binary100001001110011110010101101101100001011000011011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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