Html Css Color HEX #841EFA Blue Violet

📋 copy color: '#841EFA'

red 132 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #841EFA

Tints of Blue Violet #841EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.28%

 BLUE value IS 250 (98.05% from 255) = 60.68%

R = 32.04%
G = 7.28%
B = 60.68%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#841EFA (or 0x841EFA) is known color: Blue Violet. HEX triplet: 84, 1E and FA. RGB value is (132,30,250). Sum of RGB (Red+Green+Blue) = 132+30+250=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #841EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EFA is #7BE105. Grayscale: #545454. Windows color (decimal): -8118534 or 16391812. OLE color: 16391812.

HSL color Cylindrical-coordinate representation of color #841EFA: hue angle of 267.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841EFA is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 30 250 -
CMYK 0.47 0.88 0 0.02
HSL 267.82º 0.96% 0.55% -
HSV(B) 267.82º 0.88% 0.98% -
XYZ 27.24 12.74 91.47 -
YUV 85.58 220.79 161.11 -
System Red Green Blue C M Y K H S L
Decimal 132 30 250 0.47 0.88 0 0.02 267.82 0.96 0.55
Hex 84 1E FA 2F 58 0 2 10C 60 37
Octal 204 36 372 57 130 0 2 414 140 67
Binary 10000100 11110 11111010 101111 1011000 0 10 100001100 1100000 110111

Color Harmonies of #841EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841EFA

Black with #841EFA

Text Example


Text Example

White with #841EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,30,250); }

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

background-color css

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

 a { background-color: rgb(132,30,250); }

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

border-color css

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

 span { border-color: rgb(132,30,250); }

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