Html Css Color HEX #841DF9 Blue Violet

📋 copy color: '#841DF9'

red 132 ◦ green 29 ◦ blue 249

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

Shades of Blue Violet #841DF9

Tints of Blue Violet #841DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.73%

R = 32.2%
G = 7.07%
B = 60.73%

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

#841DF9 (or 0x841DF9) is known color: Blue Violet. HEX triplet: 84, 1D and F9. RGB value is (132,29,249). Sum of RGB (Red+Green+Blue) = 132+29+249=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #841DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841DF9 is #7BE206. Grayscale: #545454. Windows color (decimal): -8118791 or 16326020. OLE color: 16326020.

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

Color convert

RGB 132 29 249 -
CMYK 0.47 0.88 0 0.02
HSL 268.09º 0.95% 0.55% -
HSV(B) 268.09º 0.88% 0.98% -
XYZ 27.05 12.62 90.63 -
YUV 84.88 220.62 161.61 -
System Red Green Blue C M Y K H S L
Decimal 132 29 249 0.47 0.88 0 0.02 268.09 0.95 0.55
Hex 84 1D F9 2F 58 0 2 10C 5F 37
Octal 204 35 371 57 130 0 2 414 137 67
Binary 10000100 11101 11111001 101111 1011000 0 10 100001100 1011111 110111

Color Harmonies of #841DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DF9

Black with #841DF9

Text Example


Text Example

White with #841DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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