Html Css Color HEX #841FDB Blue Violet

📋 copy color: '#841FDB'

red 132 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #841FDB

Tints of Blue Violet #841FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.12%

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

R = 34.55%
G = 8.12%
B = 57.33%

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

#841FDB (or 0x841FDB) is known color: Blue Violet. HEX triplet: 84, 1F and DB. RGB value is (132,31,219). Sum of RGB (Red+Green+Blue) = 132+31+219=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #841FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841FDB is #7BE024. Grayscale: #515151. Windows color (decimal): -8118309 or 14360452. OLE color: 14360452.

HSL color Cylindrical-coordinate representation of color #841FDB: hue angle of 272.23º degrees, saturation: 0.75, 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 #841FDB is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 31 219 -
CMYK 0.40 0.86 0 0.14
HSL 272.23º 0.75% 0.49% -
HSV(B) 272.23º 0.86% 0.86% -
XYZ 22.79 11 67.94 -
YUV 82.63 204.96 163.21 -
System Red Green Blue C M Y K H S L
Decimal 132 31 219 0.40 0.86 0 0.14 272.23 0.75 0.49
Hex 84 1F DB 28 56 0 E 110 4B 31
Octal 204 37 333 50 126 0 16 420 113 61
Binary 10000100 11111 11011011 101000 1010110 0 1110 100010000 1001011 110001

Color Harmonies of #841FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841FDB

Black with #841FDB

Text Example


Text Example

White with #841FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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