Html Css Color HEX #803EE0 Blue Violet

📋 copy color: '#803EE0'

red 128 ◦ green 62 ◦ blue 224

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

Shades of Blue Violet #803EE0

Tints of Blue Violet #803EE0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.98%

 BLUE value IS 224 (87.89% from 255) = 54.11%

R = 30.92%
G = 14.98%
B = 54.11%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#803EE0 (or 0x803EE0) is known color: Blue Violet. HEX triplet: 80, 3E and E0. RGB value is (128,62,224). Sum of RGB (Red+Green+Blue) = 128+62+224=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #803EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EE0 is #7FC11F. Grayscale: #636363. Windows color (decimal): -8372512 or 14696064. OLE color: 14696064.

HSL color Cylindrical-coordinate representation of color #803EE0: hue angle of 264.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803EE0 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 62 224 -
CMYK 0.43 0.72 0 0.12
HSL 264.44º 0.72% 0.56% -
HSV(B) 264.44º 0.72% 0.88% -
XYZ 24.08 13.42 71.84 -
YUV 100.2 197.87 147.83 -
System Red Green Blue C M Y K H S L
Decimal 128 62 224 0.43 0.72 0 0.12 264.44 0.72 0.56
Hex 80 3E E0 2B 48 0 C 108 48 38
Octal 200 76 340 53 110 0 14 410 110 70
Binary 10000000 111110 11100000 101011 1001000 0 1100 100001000 1001000 111000

Color Harmonies of #803EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803EE0

Black with #803EE0

Text Example


Text Example

White with #803EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803EE0; }

 p { color: rgb(128,62,224); }

 H1.HeaderClassName
 {
   color: #803EE0;
 }
 .AnyTagClassName
 {
   color: #803EE0;
 }
</style>

background-color css

<style>
 a { background-color: #803EE0; }

 a { background-color: rgb(128,62,224); }

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

border-color css

<style>
 span { border-color: #803EE0; }

 span { border-color: rgb(128,62,224); }

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