Html Css Color HEX #841AF1 Blue Violet

📋 copy color: '#841AF1'

red 132 ◦ green 26 ◦ blue 241

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

Shades of Blue Violet #841AF1

Tints of Blue Violet #841AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.4%

R = 33.08%
G = 6.52%
B = 60.4%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#841AF1 (or 0x841AF1) is known color: Blue Violet. HEX triplet: 84, 1A and F1. RGB value is (132,26,241). Sum of RGB (Red+Green+Blue) = 132+26+241=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #841AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841AF1 is #7BE50E. Grayscale: #515151. Windows color (decimal): -8119567 or 15800964. OLE color: 15800964.

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

Color convert

RGB 132 26 241 -
CMYK 0.45 0.89 0 0.05
HSL 269.58º 0.88% 0.52% -
HSV(B) 269.58º 0.89% 0.95% -
XYZ 25.76 12 84.18 -
YUV 82.2 217.62 163.52 -
System Red Green Blue C M Y K H S L
Decimal 132 26 241 0.45 0.89 0 0.05 269.58 0.88 0.52
Hex 84 1A F1 2D 59 0 5 10E 58 34
Octal 204 32 361 55 131 0 5 416 130 64
Binary 10000100 11010 11110001 101101 1011001 0 101 100001110 1011000 110100

Color Harmonies of #841AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841AF1

Black with #841AF1

Text Example


Text Example

White with #841AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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