Html Css Color HEX #841DFA Blue Violet

📋 copy color: '#841DFA'

red 132 ◦ green 29 ◦ blue 250

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

Shades of Blue Violet #841DFA

Tints of Blue Violet #841DFA

RGB

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

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

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

R = 32.12%
G = 7.06%
B = 60.83%

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

#841DFA (or 0x841DFA) is known color: Blue Violet. HEX triplet: 84, 1D and FA. RGB value is (132,29,250). Sum of RGB (Red+Green+Blue) = 132+29+250=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #841DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841DFA is #7BE205. Grayscale: #545454. Windows color (decimal): -8118790 or 16391556. OLE color: 16391556.

HSL color Cylindrical-coordinate representation of color #841DFA: hue angle of 267.96º 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 #841DFA is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 29 250 -
CMYK 0.47 0.88 0 0.02
HSL 267.96º 0.96% 0.55% -
HSV(B) 267.96º 0.88% 0.98% -
XYZ 27.21 12.69 91.46 -
YUV 84.99 221.12 161.53 -
System Red Green Blue C M Y K H S L
Decimal 132 29 250 0.47 0.88 0 0.02 267.96 0.96 0.55
Hex 84 1D FA 2F 58 0 2 10C 60 37
Octal 204 35 372 57 130 0 2 414 140 67
Binary 10000100 11101 11111010 101111 1011000 0 10 100001100 1100000 110111

Color Harmonies of #841DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DFA

Black with #841DFA

Text Example


Text Example

White with #841DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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