Html Css Color HEX #8021DC Blue Violet

📋 copy color: '#8021DC'

red 128 ◦ green 33 ◦ blue 220

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

Shades of Blue Violet #8021DC

Tints of Blue Violet #8021DC

RGB

 RED value IS 128 (50.39% from 255) = 33.6%

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 33.6%
G = 8.66%
B = 57.74%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8021DC (or 0x8021DC) is known color: Blue Violet. HEX triplet: 80, 21 and DC. RGB value is (128,33,220). Sum of RGB (Red+Green+Blue) = 128+33+220=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #8021DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8021DC is #7FDE23. Grayscale: #525252. Windows color (decimal): -8379940 or 14426496. OLE color: 14426496.

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

Color convert

RGB 128 33 220 -
CMYK 0.42 0.85 0 0.14
HSL 270.48º 0.74% 0.5% -
HSV(B) 270.48º 0.85% 0.86% -
XYZ 22.36 10.84 68.62 -
YUV 82.72 205.47 160.29 -
System Red Green Blue C M Y K H S L
Decimal 128 33 220 0.42 0.85 0 0.14 270.48 0.74 0.5
Hex 80 21 DC 2A 55 0 E 10E 4A 32
Octal 200 41 334 52 125 0 16 416 112 62
Binary 10000000 100001 11011100 101010 1010101 0 1110 100001110 1001010 110010

Color Harmonies of #8021DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8021DC

Black with #8021DC

Text Example


Text Example

White with #8021DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8021DC; }

 p { color: rgb(128,33,220); }

 H1.HeaderClassName
 {
   color: #8021DC;
 }
 .AnyTagClassName
 {
   color: #8021DC;
 }
</style>

background-color css

<style>
 a { background-color: #8021DC; }

 a { background-color: rgb(128,33,220); }

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

border-color css

<style>
 span { border-color: #8021DC; }

 span { border-color: rgb(128,33,220); }

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