Html Css Color HEX #842DDB Blue Violet

📋 copy color: '#842DDB'

red 132 ◦ green 45 ◦ blue 219

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

Shades of Blue Violet #842DDB

Tints of Blue Violet #842DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.36%

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

R = 33.33%
G = 11.36%
B = 55.3%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#842DDB (or 0x842DDB) is known color: Blue Violet. HEX triplet: 84, 2D and DB. RGB value is (132,45,219). Sum of RGB (Red+Green+Blue) = 132+45+219=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #842DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DDB is #7BD224. Grayscale: #5A5A5A. Windows color (decimal): -8114725 or 14364036. OLE color: 14364036.

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

Color convert

RGB 132 45 219 -
CMYK 0.40 0.79 0 0.14
HSL 270º 0.71% 0.52% -
HSV(B) 270º 0.79% 0.86% -
XYZ 23.24 11.9 68.09 -
YUV 90.85 200.32 157.35 -
System Red Green Blue C M Y K H S L
Decimal 132 45 219 0.40 0.79 0 0.14 270 0.71 0.52
Hex 84 2D DB 28 4F 0 E 10E 47 34
Octal 204 55 333 50 117 0 16 416 107 64
Binary 10000100 101101 11011011 101000 1001111 0 1110 100001110 1000111 110100

Color Harmonies of #842DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DDB

Black with #842DDB

Text Example


Text Example

White with #842DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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