Html Css Color HEX #8021EF Blue Violet

📋 copy color: '#8021EF'

red 128 ◦ green 33 ◦ blue 239

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

Shades of Blue Violet #8021EF

Tints of Blue Violet #8021EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 32%
G = 8.25%
B = 59.75%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8021EF (or 0x8021EF) is known color: Blue Violet. HEX triplet: 80, 21 and EF. RGB value is (128,33,239). Sum of RGB (Red+Green+Blue) = 128+33+239=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #8021EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8021EF is #7FDE10. Grayscale: #545454. Windows color (decimal): -8379921 or 15671680. OLE color: 15671680.

HSL color Cylindrical-coordinate representation of color #8021EF: hue angle of 267.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8021EF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 33 239 -
CMYK 0.46 0.86 0 0.06
HSL 267.67º 0.87% 0.53% -
HSV(B) 267.67º 0.86% 0.94% -
XYZ 25.03 11.91 82.64 -
YUV 84.89 214.97 158.75 -
System Red Green Blue C M Y K H S L
Decimal 128 33 239 0.46 0.86 0 0.06 267.67 0.87 0.53
Hex 80 21 EF 2E 56 0 6 10C 57 35
Octal 200 41 357 56 126 0 6 414 127 65
Binary 10000000 100001 11101111 101110 1010110 0 110 100001100 1010111 110101

Color Harmonies of #8021EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8021EF

Black with #8021EF

Text Example


Text Example

White with #8021EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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