Html Css Color HEX #841DDB Blue Violet

📋 copy color: '#841DDB'

red 132 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #841DDB

Tints of Blue Violet #841DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 34.74%
G = 7.63%
B = 57.63%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#841DDB (or 0x841DDB) is known color: Blue Violet. HEX triplet: 84, 1D and DB. RGB value is (132,29,219). Sum of RGB (Red+Green+Blue) = 132+29+219=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #841DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841DDB is #7BE224. Grayscale: #505050. Windows color (decimal): -8118821 or 14359940. OLE color: 14359940.

HSL color Cylindrical-coordinate representation of color #841DDB: hue angle of 272.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841DDB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 29 219 -
CMYK 0.40 0.87 0 0.14
HSL 272.53º 0.77% 0.49% -
HSV(B) 272.53º 0.87% 0.86% -
XYZ 22.74 10.9 67.92 -
YUV 81.46 205.62 164.05 -
System Red Green Blue C M Y K H S L
Decimal 132 29 219 0.40 0.87 0 0.14 272.53 0.77 0.49
Hex 84 1D DB 28 57 0 E 111 4D 31
Octal 204 35 333 50 127 0 16 421 115 61
Binary 10000100 11101 11011011 101000 1010111 0 1110 100010001 1001101 110001

Color Harmonies of #841DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DDB

Black with #841DDB

Text Example


Text Example

White with #841DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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