Html Css Color HEX #800EF0 Blue Violet

📋 copy color: '#800EF0'

red 128 ◦ green 14 ◦ blue 240

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

Shades of Blue Violet #800EF0

Tints of Blue Violet #800EF0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 240 (94.14% from 255) = 62.83%

R = 33.51%
G = 3.66%
B = 62.83%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#800EF0 (or 0x800EF0) is known color: Blue Violet. HEX triplet: 80, 0E and F0. RGB value is (128,14,240). Sum of RGB (Red+Green+Blue) = 128+14+240=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 240 (94.14% from 255 or 62.83% from 382); Max value from RGB is 240 - color contains mainly: blue. Hex color #800EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EF0 is #7FF10F. Grayscale: #494949. Windows color (decimal): -8384784 or 15732352. OLE color: 15732352.

HSL color Cylindrical-coordinate representation of color #800EF0: hue angle of 270.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EF0 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 14 240 -
CMYK 0.47 0.94 0 0.06
HSL 270.27º 0.89% 0.5% -
HSV(B) 270.27º 0.94% 0.94% -
XYZ 24.79 11.19 83.29 -
YUV 73.85 221.77 166.62 -
System Red Green Blue C M Y K H S L
Decimal 128 14 240 0.47 0.94 0 0.06 270.27 0.89 0.5
Hex 80 E F0 2F 5E 0 6 10E 59 32
Octal 200 16 360 57 136 0 6 416 131 62
Binary 10000000 1110 11110000 101111 1011110 0 110 100001110 1011001 110010

Color Harmonies of #800EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EF0

Black with #800EF0

Text Example


Text Example

White with #800EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800EF0; }

 p { color: rgb(128,14,240); }

 H1.HeaderClassName
 {
   color: #800EF0;
 }
 .AnyTagClassName
 {
   color: #800EF0;
 }
</style>

background-color css

<style>
 a { background-color: #800EF0; }

 a { background-color: rgb(128,14,240); }

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

border-color css

<style>
 span { border-color: #800EF0; }

 span { border-color: rgb(128,14,240); }

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