#841FF0

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

Shades of Blue Violet #841FF0

Tints of Blue Violet #841FF0

Color information

#841FF0 (or 0x841FF0) is unknown color: approx Blue Violet. HEX triplet: 84, 1F and F0. RGB value is (132,31,240). Sum of RGB (Red+Green+Blue) = 132+31+240=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #841FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841FF0 is #7BE00F. Grayscale: #545454. Windows color (decimal): -8118288 or 15736708. OLE color: 15736708.

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

Color convert

RGB13231240-
CMYK0.450.8700.06
HSL269º87.45%53.14%-
HSV(B)269º87.08%94.12%-
XYZ25.7312.1883.43-
YUV85.02215.46161.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 31 (12.5% from 255) = 7.69%
BLUE value IS 240 (94.14% from 255) = 59.55%
R=32.75%
G=7.69%
B=59.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal132312400.450.8700.0626987.4553.14
Hex841FF02D570610d5735
Octal20437360551270641512765
Binary100001001111111110000101101101011101101000011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,31,240); }

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

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

 a { background-color: rgb(132,31,240); }

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

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

 span { border-color: rgb(132,31,240); }

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