Html Css Color HEX #841AD9 Blue Violet

📋 copy color: '#841AD9'

red 132 ◦ green 26 ◦ blue 217

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

Shades of Blue Violet #841AD9

Tints of Blue Violet #841AD9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 217 (85.16% from 255) = 57.87%

R = 35.2%
G = 6.93%
B = 57.87%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#841AD9 (or 0x841AD9) is known color: Blue Violet. HEX triplet: 84, 1A and D9. RGB value is (132,26,217). Sum of RGB (Red+Green+Blue) = 132+26+217=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 217 (85.16% from 255 or 57.87% from 375); Max value from RGB is 217 - color contains mainly: blue. Hex color #841AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841AD9 is #7BE526. Grayscale: #4E4E4E. Windows color (decimal): -8119591 or 14228100. OLE color: 14228100.

HSL color Cylindrical-coordinate representation of color #841AD9: hue angle of 273.3º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841AD9 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 26 217 -
CMYK 0.39 0.88 0 0.15
HSL 273.3º 0.79% 0.48% -
HSV(B) 273.3º 0.88% 0.85% -
XYZ 22.41 10.65 66.52 -
YUV 79.47 205.62 165.47 -
System Red Green Blue C M Y K H S L
Decimal 132 26 217 0.39 0.88 0 0.15 273.3 0.79 0.48
Hex 84 1A D9 27 58 0 F 111 4F 30
Octal 204 32 331 47 130 0 17 421 117 60
Binary 10000100 11010 11011001 100111 1011000 0 1111 100010001 1001111 110000

Color Harmonies of #841AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841AD9

Black with #841AD9

Text Example


Text Example

White with #841AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,26,217); }

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

background-color css

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

 a { background-color: rgb(132,26,217); }

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

border-color css

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

 span { border-color: rgb(132,26,217); }

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