Html Css Color HEX #842BDB Blue Violet

📋 copy color: '#842BDB'

red 132 ◦ green 43 ◦ blue 219

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

Shades of Blue Violet #842BDB

Tints of Blue Violet #842BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.91%

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

R = 33.5%
G = 10.91%
B = 55.58%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#842BDB (or 0x842BDB) is known color: Blue Violet. HEX triplet: 84, 2B and DB. RGB value is (132,43,219). Sum of RGB (Red+Green+Blue) = 132+43+219=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #842BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842BDB is #7BD424. Grayscale: #595959. Windows color (decimal): -8115237 or 14363524. OLE color: 14363524.

HSL color Cylindrical-coordinate representation of color #842BDB: hue angle of 270.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842BDB is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 43 219 -
CMYK 0.40 0.80 0 0.14
HSL 270.34º 0.71% 0.51% -
HSV(B) 270.34º 0.8% 0.86% -
XYZ 23.17 11.75 68.06 -
YUV 89.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 132 43 219 0.40 0.80 0 0.14 270.34 0.71 0.51
Hex 84 2B DB 28 50 0 E 10E 47 33
Octal 204 53 333 50 120 0 16 416 107 63
Binary 10000100 101011 11011011 101000 1010000 0 1110 100001110 1000111 110011

Color Harmonies of #842BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842BDB

Black with #842BDB

Text Example


Text Example

White with #842BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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