Html Css Color HEX #841DFB Blue Violet

📋 copy color: '#841DFB'

red 132 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #841DFB

Tints of Blue Violet #841DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 32.04%
G = 7.04%
B = 60.92%

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

#841DFB (or 0x841DFB) is known color: Blue Violet. HEX triplet: 84, 1D and FB. RGB value is (132,29,251). Sum of RGB (Red+Green+Blue) = 132+29+251=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #841DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841DFB is #7BE204. Grayscale: #545454. Windows color (decimal): -8118789 or 16457092. OLE color: 16457092.

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

Color convert

RGB 132 29 251 -
CMYK 0.47 0.88 0 0.02
HSL 267.84º 0.97% 0.55% -
HSV(B) 267.84º 0.88% 0.98% -
XYZ 27.37 12.75 92.29 -
YUV 85.11 221.62 161.45 -
System Red Green Blue C M Y K H S L
Decimal 132 29 251 0.47 0.88 0 0.02 267.84 0.97 0.55
Hex 84 1D FB 2F 58 0 2 10C 61 37
Octal 204 35 373 57 130 0 2 414 141 67
Binary 10000100 11101 11111011 101111 1011000 0 10 100001100 1100001 110111

Color Harmonies of #841DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DFB

Black with #841DFB

Text Example


Text Example

White with #841DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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