Html Css Color HEX #8020EA Blue Violet

📋 copy color: '#8020EA'

red 128 ◦ green 32 ◦ blue 234

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

Shades of Blue Violet #8020EA

Tints of Blue Violet #8020EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 32.49%
G = 8.12%
B = 59.39%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8020EA (or 0x8020EA) is known color: Blue Violet. HEX triplet: 80, 20 and EA. RGB value is (128,32,234). Sum of RGB (Red+Green+Blue) = 128+32+234=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #8020EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8020EA is #7FDF15. Grayscale: #535353. Windows color (decimal): -8380182 or 15343744. OLE color: 15343744.

HSL color Cylindrical-coordinate representation of color #8020EA: hue angle of 268.51º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8020EA is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 32 234 -
CMYK 0.45 0.86 0 0.08
HSL 268.51º 0.83% 0.52% -
HSV(B) 268.51º 0.86% 0.92% -
XYZ 24.27 11.56 78.79 -
YUV 83.73 212.8 159.57 -
System Red Green Blue C M Y K H S L
Decimal 128 32 234 0.45 0.86 0 0.08 268.51 0.83 0.52
Hex 80 20 EA 2D 56 0 8 10D 53 34
Octal 200 40 352 55 126 0 10 415 123 64
Binary 10000000 100000 11101010 101101 1010110 0 1000 100001101 1010011 110100

Color Harmonies of #8020EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8020EA

Black with #8020EA

Text Example


Text Example

White with #8020EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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