Html Css Color HEX #8020DB Blue Violet

📋 copy color: '#8020DB'

red 128 ◦ green 32 ◦ blue 219

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

Shades of Blue Violet #8020DB

Tints of Blue Violet #8020DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

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

R = 33.77%
G = 8.44%
B = 57.78%

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

#8020DB (or 0x8020DB) is known color: Blue Violet. HEX triplet: 80, 20 and DB. RGB value is (128,32,219). Sum of RGB (Red+Green+Blue) = 128+32+219=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #8020DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020DB is #7FDF24. Grayscale: #515151. Windows color (decimal): -8380197 or 14360704. OLE color: 14360704.

HSL color Cylindrical-coordinate representation of color #8020DB: hue angle of 270.8º degrees, saturation: 0.75, 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 #8020DB is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 32 219 -
CMYK 0.42 0.85 0 0.14
HSL 270.8º 0.75% 0.49% -
HSV(B) 270.8º 0.85% 0.86% -
XYZ 22.2 10.74 67.92 -
YUV 82.02 205.3 160.79 -
System Red Green Blue C M Y K H S L
Decimal 128 32 219 0.42 0.85 0 0.14 270.8 0.75 0.49
Hex 80 20 DB 2A 55 0 E 10F 4B 31
Octal 200 40 333 52 125 0 16 417 113 61
Binary 10000000 100000 11011011 101010 1010101 0 1110 100001111 1001011 110001

Color Harmonies of #8020DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8020DB

Black with #8020DB

Text Example


Text Example

White with #8020DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,32,219); }

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

background-color css

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

 a { background-color: rgb(128,32,219); }

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

border-color css

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

 span { border-color: rgb(128,32,219); }

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