Html Css Color HEX #8421DB Blue Violet

📋 copy color: '#8421DB'

red 132 ◦ green 33 ◦ blue 219

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

Shades of Blue Violet #8421DB

Tints of Blue Violet #8421DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

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

R = 34.38%
G = 8.59%
B = 57.03%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8421DB (or 0x8421DB) is known color: Blue Violet. HEX triplet: 84, 21 and DB. RGB value is (132,33,219). Sum of RGB (Red+Green+Blue) = 132+33+219=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #8421DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8421DB is #7BDE24. Grayscale: #535353. Windows color (decimal): -8117797 or 14360964. OLE color: 14360964.

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

Color convert

RGB 132 33 219 -
CMYK 0.40 0.85 0 0.14
HSL 271.94º 0.74% 0.49% -
HSV(B) 271.94º 0.85% 0.86% -
XYZ 22.85 11.11 67.96 -
YUV 83.81 204.3 162.38 -
System Red Green Blue C M Y K H S L
Decimal 132 33 219 0.40 0.85 0 0.14 271.94 0.74 0.49
Hex 84 21 DB 28 55 0 E 110 4A 31
Octal 204 41 333 50 125 0 16 420 112 61
Binary 10000100 100001 11011011 101000 1010101 0 1110 100010000 1001010 110001

Color Harmonies of #8421DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8421DB

Black with #8421DB

Text Example


Text Example

White with #8421DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8421DB; }

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

 H1.HeaderClassName
 {
   color: #8421DB;
 }
 .AnyTagClassName
 {
   color: #8421DB;
 }
</style>

background-color css

<style>
 a { background-color: #8421DB; }

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

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

border-color css

<style>
 span { border-color: #8421DB; }

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

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