Html Css Color HEX #801ECE Blue Violet

📋 copy color: '#801ECE'

red 128 ◦ green 30 ◦ blue 206

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

Shades of Blue Violet #801ECE

Tints of Blue Violet #801ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.59%

R = 35.16%
G = 8.24%
B = 56.59%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#801ECE (or 0x801ECE) is known color: Blue Violet. HEX triplet: 80, 1E and CE. RGB value is (128,30,206). Sum of RGB (Red+Green+Blue) = 128+30+206=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #801ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ECE is #7FE131. Grayscale: #4E4E4E. Windows color (decimal): -8380722 or 13508224. OLE color: 13508224.

HSL color Cylindrical-coordinate representation of color #801ECE: hue angle of 273.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801ECE is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 30 206 -
CMYK 0.38 0.85 0 0.19
HSL 273.41º 0.75% 0.46% -
HSV(B) 273.41º 0.85% 0.81% -
XYZ 20.51 9.97 59.24 -
YUV 79.37 199.47 162.69 -
System Red Green Blue C M Y K H S L
Decimal 128 30 206 0.38 0.85 0 0.19 273.41 0.75 0.46
Hex 80 1E CE 26 55 0 13 111 4B 2E
Octal 200 36 316 46 125 0 23 421 113 56
Binary 10000000 11110 11001110 100110 1010101 0 10011 100010001 1001011 101110

Color Harmonies of #801ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801ECE

Black with #801ECE

Text Example


Text Example

White with #801ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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