Html Css Color HEX #801EDD Blue Violet

📋 copy color: '#801EDD'

red 128 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #801EDD

Tints of Blue Violet #801EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 33.77%
G = 7.92%
B = 58.31%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#801EDD (or 0x801EDD) is known color: Blue Violet. HEX triplet: 80, 1E and DD. RGB value is (128,30,221). Sum of RGB (Red+Green+Blue) = 128+30+221=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #801EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801EDD is #7FE122. Grayscale: #505050. Windows color (decimal): -8380707 or 14491264. OLE color: 14491264.

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

Color convert

RGB 128 30 221 -
CMYK 0.42 0.86 0 0.13
HSL 270.79º 0.76% 0.49% -
HSV(B) 270.79º 0.86% 0.87% -
XYZ 22.42 10.74 69.3 -
YUV 81.08 206.97 161.47 -
System Red Green Blue C M Y K H S L
Decimal 128 30 221 0.42 0.86 0 0.13 270.79 0.76 0.49
Hex 80 1E DD 2A 56 0 D 10F 4C 31
Octal 200 36 335 52 126 0 15 417 114 61
Binary 10000000 11110 11011101 101010 1010110 0 1101 100001111 1001100 110001

Color Harmonies of #801EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801EDD

Black with #801EDD

Text Example


Text Example

White with #801EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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