#841BF4

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

Shades of Blue Violet #841BF4

Tints of Blue Violet #841BF4

Color information

#841BF4 (or 0x841BF4) is unknown color: approx Blue Violet. HEX triplet: 84, 1B and F4. RGB value is (132,27,244). Sum of RGB (Red+Green+Blue) = 132+27+244=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 244 (95.70% from 255 or 60.55% from 403); Max value from RGB is 244 - color contains mainly: blue. Hex color #841BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841BF4 is #7BE40B. Grayscale: #525252. Windows color (decimal): -8119308 or 15997828. OLE color: 15997828.

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

Color convert

RGB13227244-
CMYK0.460.8900.04
HSL269.03º90.79%53.14%-
HSV(B)269.03º88.93%95.69%-
XYZ26.2412.2286.56-
YUV83.13218.79162.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 27 (10.94% from 255) = 6.70%
BLUE value IS 244 (95.70% from 255) = 60.55%
R=32.75%
G=6.70%
B=60.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132272440.460.8900.04269.0390.7953.14
Hex841BF42E590410d5b35
Octal20433364561310441513365
Binary100001001101111110100101110101100101001000011011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,27,244); }

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

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

 a { background-color: rgb(132,27,244); }

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

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

 span { border-color: rgb(132,27,244); }

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