Html Css Color HEX #801EF0 Blue Violet

📋 copy color: '#801EF0'

red 128 ◦ green 30 ◦ blue 240

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

Shades of Blue Violet #801EF0

Tints of Blue Violet #801EF0

RGB

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

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

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

R = 32.16%
G = 7.54%
B = 60.3%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#801EF0 (or 0x801EF0) is known color: Blue Violet. HEX triplet: 80, 1E and F0. RGB value is (128,30,240). Sum of RGB (Red+Green+Blue) = 128+30+240=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #801EF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801EF0 is #7FE10F. Grayscale: #525252. Windows color (decimal): -8380688 or 15736448. OLE color: 15736448.

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

Color convert

RGB 128 30 240 -
CMYK 0.47 0.87 0 0.06
HSL 268º 0.88% 0.53% -
HSV(B) 268º 0.88% 0.94% -
XYZ 25.09 11.81 83.39 -
YUV 83.24 216.47 159.92 -
System Red Green Blue C M Y K H S L
Decimal 128 30 240 0.47 0.87 0 0.06 268 0.88 0.53
Hex 80 1E F0 2F 57 0 6 10C 58 35
Octal 200 36 360 57 127 0 6 414 130 65
Binary 10000000 11110 11110000 101111 1010111 0 110 100001100 1011000 110101

Color Harmonies of #801EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801EF0

Black with #801EF0

Text Example


Text Example

White with #801EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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