Html Css Color HEX #841EDB Blue Violet

📋 copy color: '#841EDB'

red 132 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #841EDB

Tints of Blue Violet #841EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.87%

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

R = 34.65%
G = 7.87%
B = 57.48%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#841EDB (or 0x841EDB) is known color: Blue Violet. HEX triplet: 84, 1E and DB. RGB value is (132,30,219). Sum of RGB (Red+Green+Blue) = 132+30+219=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #841EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841EDB is #7BE124. Grayscale: #515151. Windows color (decimal): -8118565 or 14360196. OLE color: 14360196.

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

Color convert

RGB 132 30 219 -
CMYK 0.40 0.86 0 0.14
HSL 272.38º 0.76% 0.49% -
HSV(B) 272.38º 0.86% 0.86% -
XYZ 22.77 10.95 67.93 -
YUV 82.04 205.29 163.63 -
System Red Green Blue C M Y K H S L
Decimal 132 30 219 0.40 0.86 0 0.14 272.38 0.76 0.49
Hex 84 1E DB 28 56 0 E 110 4C 31
Octal 204 36 333 50 126 0 16 420 114 61
Binary 10000100 11110 11011011 101000 1010110 0 1110 100010000 1001100 110001

Color Harmonies of #841EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841EDB

Black with #841EDB

Text Example


Text Example

White with #841EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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