Html Css Color HEX #841DF1 Blue Violet

📋 copy color: '#841DF1'

red 132 ◦ green 29 ◦ blue 241

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

Shades of Blue Violet #841DF1

Tints of Blue Violet #841DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.21%

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

R = 32.84%
G = 7.21%
B = 59.95%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#841DF1 (or 0x841DF1) is known color: Blue Violet. HEX triplet: 84, 1D and F1. RGB value is (132,29,241). Sum of RGB (Red+Green+Blue) = 132+29+241=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #841DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841DF1 is #7BE20E. Grayscale: #535353. Windows color (decimal): -8118799 or 15801732. OLE color: 15801732.

HSL color Cylindrical-coordinate representation of color #841DF1: hue angle of 269.15º degrees, saturation: 0.88, 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 #841DF1 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 29 241 -
CMYK 0.45 0.88 0 0.05
HSL 269.15º 0.88% 0.53% -
HSV(B) 269.15º 0.88% 0.95% -
XYZ 25.83 12.14 84.2 -
YUV 83.97 216.62 162.26 -
System Red Green Blue C M Y K H S L
Decimal 132 29 241 0.45 0.88 0 0.05 269.15 0.88 0.53
Hex 84 1D F1 2D 58 0 5 10D 58 35
Octal 204 35 361 55 130 0 5 415 130 65
Binary 10000100 11101 11110001 101101 1011000 0 101 100001101 1011000 110101

Color Harmonies of #841DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DF1

Black with #841DF1

Text Example


Text Example

White with #841DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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