Html Css Color HEX #841CF6 Blue Violet

📋 copy color: '#841CF6'

red 132 ◦ green 28 ◦ blue 246

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

Shades of Blue Violet #841CF6

Tints of Blue Violet #841CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.9%

 BLUE value IS 246 (96.48% from 255) = 60.59%

R = 32.51%
G = 6.9%
B = 60.59%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#841CF6 (or 0x841CF6) is known color: Blue Violet. HEX triplet: 84, 1C and F6. RGB value is (132,28,246). Sum of RGB (Red+Green+Blue) = 132+28+246=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #841CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CF6 is #7BE309. Grayscale: #535353. Windows color (decimal): -8119050 or 16129156. OLE color: 16129156.

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

Color convert

RGB 132 28 246 -
CMYK 0.46 0.89 0 0.04
HSL 268.62º 0.92% 0.54% -
HSV(B) 268.62º 0.89% 0.96% -
XYZ 26.57 12.39 88.18 -
YUV 83.95 219.46 162.27 -
System Red Green Blue C M Y K H S L
Decimal 132 28 246 0.46 0.89 0 0.04 268.62 0.92 0.54
Hex 84 1C F6 2E 59 0 4 10D 5C 36
Octal 204 34 366 56 131 0 4 415 134 66
Binary 10000100 11100 11110110 101110 1011001 0 100 100001101 1011100 110110

Color Harmonies of #841CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841CF6

Black with #841CF6

Text Example


Text Example

White with #841CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,28,246); }

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

background-color css

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

 a { background-color: rgb(132,28,246); }

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

border-color css

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

 span { border-color: rgb(132,28,246); }

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