Html Css Color HEX #801EDA Blue Violet

📋 copy color: '#801EDA'

red 128 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #801EDA

Tints of Blue Violet #801EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.98%

 BLUE value IS 218 (85.55% from 255) = 57.98%

R = 34.04%
G = 7.98%
B = 57.98%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#801EDA (or 0x801EDA) is known color: Blue Violet. HEX triplet: 80, 1E and DA. RGB value is (128,30,218). Sum of RGB (Red+Green+Blue) = 128+30+218=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #801EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801EDA is #7FE125. Grayscale: #505050. Windows color (decimal): -8380710 or 14294656. OLE color: 14294656.

HSL color Cylindrical-coordinate representation of color #801EDA: hue angle of 271.28º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801EDA is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 30 218 -
CMYK 0.41 0.86 0 0.15
HSL 271.28º 0.76% 0.49% -
HSV(B) 271.28º 0.86% 0.85% -
XYZ 22.02 10.58 67.21 -
YUV 80.73 205.47 161.71 -
System Red Green Blue C M Y K H S L
Decimal 128 30 218 0.41 0.86 0 0.15 271.28 0.76 0.49
Hex 80 1E DA 29 56 0 F 10F 4C 31
Octal 200 36 332 51 126 0 17 417 114 61
Binary 10000000 11110 11011010 101001 1010110 0 1111 100001111 1001100 110001

Color Harmonies of #801EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801EDA

Black with #801EDA

Text Example


Text Example

White with #801EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801EDA; }

 p { color: rgb(128,30,218); }

 H1.HeaderClassName
 {
   color: #801EDA;
 }
 .AnyTagClassName
 {
   color: #801EDA;
 }
</style>

background-color css

<style>
 a { background-color: #801EDA; }

 a { background-color: rgb(128,30,218); }

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

border-color css

<style>
 span { border-color: #801EDA; }

 span { border-color: rgb(128,30,218); }

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