Html Css Color HEX #841AF9 Blue Violet

📋 copy color: '#841AF9'

red 132 ◦ green 26 ◦ blue 249

#841AF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #841AF9

Tints of Blue Violet #841AF9

RGB

 RED value IS 132 (51.95% from 255) = 32.43%

 GREEN value IS 26 (10.55% from 255) = 6.39%

 BLUE value IS 249 (97.66% from 255) = 61.18%

R = 32.43%
G = 6.39%
B = 61.18%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#841AF9 (or 0x841AF9) is known color: Blue Violet. HEX triplet: 84, 1A and F9. RGB value is (132,26,249). Sum of RGB (Red+Green+Blue) = 132+26+249=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #841AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841AF9 is #7BE506. Grayscale: #525252. Windows color (decimal): -8119559 or 16325252. OLE color: 16325252.

HSL color Cylindrical-coordinate representation of color #841AF9: hue angle of 268.52º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #841AF9 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 26 249 -
CMYK 0.47 0.90 0 0.02
HSL 268.52º 0.95% 0.54% -
HSV(B) 268.52º 0.9% 0.98% -
XYZ 26.98 12.48 90.61 -
YUV 83.12 221.62 162.87 -
System Red Green Blue C M Y K H S L
Decimal 132 26 249 0.47 0.90 0 0.02 268.52 0.95 0.54
Hex 84 1A F9 2F 5A 0 2 10D 5F 36
Octal 204 32 371 57 132 0 2 415 137 66
Binary 10000100 11010 11111001 101111 1011010 0 10 100001101 1011111 110110

Color Harmonies of #841AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841AF9

Black with #841AF9

Text Example


Text Example

White with #841AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #841AF9;
 }
 .AnyTagClassName
 {
   color: #841AF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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