Html Css Color HEX #841BDB Blue Violet

📋 copy color: '#841BDB'

red 132 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #841BDB

Tints of Blue Violet #841BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.14%

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

R = 34.92%
G = 7.14%
B = 57.94%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#841BDB (or 0x841BDB) is known color: Blue Violet. HEX triplet: 84, 1B and DB. RGB value is (132,27,219). Sum of RGB (Red+Green+Blue) = 132+27+219=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #841BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841BDB is #7BE424. Grayscale: #4F4F4F. Windows color (decimal): -8119333 or 14359428. OLE color: 14359428.

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

Color convert

RGB 132 27 219 -
CMYK 0.40 0.88 0 0.14
HSL 272.81º 0.78% 0.48% -
HSV(B) 272.81º 0.88% 0.86% -
XYZ 22.69 10.8 67.91 -
YUV 80.28 206.29 164.89 -
System Red Green Blue C M Y K H S L
Decimal 132 27 219 0.40 0.88 0 0.14 272.81 0.78 0.48
Hex 84 1B DB 28 58 0 E 111 4E 30
Octal 204 33 333 50 130 0 16 421 116 60
Binary 10000100 11011 11011011 101000 1011000 0 1110 100010001 1001110 110000

Color Harmonies of #841BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841BDB

Black with #841BDB

Text Example


Text Example

White with #841BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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