Html Css Color HEX #8014E0 Blue Violet

📋 copy color: '#8014E0'

red 128 ◦ green 20 ◦ blue 224

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

Shades of Blue Violet #8014E0

Tints of Blue Violet #8014E0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

 BLUE value IS 224 (87.89% from 255) = 60.22%

R = 34.41%
G = 5.38%
B = 60.22%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8014E0 (or 0x8014E0) is known color: Blue Violet. HEX triplet: 80, 14 and E0. RGB value is (128,20,224). Sum of RGB (Red+Green+Blue) = 128+20+224=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #8014E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014E0 is #7FEB1F. Grayscale: #4A4A4A. Windows color (decimal): -8383264 or 14685312. OLE color: 14685312.

HSL color Cylindrical-coordinate representation of color #8014E0: hue angle of 271.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8014E0 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 20 224 -
CMYK 0.43 0.91 0 0.12
HSL 271.76º 0.84% 0.48% -
HSV(B) 271.76º 0.91% 0.88% -
XYZ 22.61 10.47 71.35 -
YUV 75.55 211.78 165.41 -
System Red Green Blue C M Y K H S L
Decimal 128 20 224 0.43 0.91 0 0.12 271.76 0.84 0.48
Hex 80 14 E0 2B 5B 0 C 110 54 30
Octal 200 24 340 53 133 0 14 420 124 60
Binary 10000000 10100 11100000 101011 1011011 0 1100 100010000 1010100 110000

Color Harmonies of #8014E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8014E0

Black with #8014E0

Text Example


Text Example

White with #8014E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8014E0; }

 p { color: rgb(128,20,224); }

 H1.HeaderClassName
 {
   color: #8014E0;
 }
 .AnyTagClassName
 {
   color: #8014E0;
 }
</style>

background-color css

<style>
 a { background-color: #8014E0; }

 a { background-color: rgb(128,20,224); }

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

border-color css

<style>
 span { border-color: #8014E0; }

 span { border-color: rgb(128,20,224); }

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