Html Css Color HEX #8049E3 Blue Violet

📋 copy color: '#8049E3'

red 128 ◦ green 73 ◦ blue 227

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

Shades of Blue Violet #8049E3

Tints of Blue Violet #8049E3

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.06%

 BLUE value IS 227 (89.06% from 255) = 53.04%

R = 29.91%
G = 17.06%
B = 53.04%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8049E3 (or 0x8049E3) is known color: Blue Violet. HEX triplet: 80, 49 and E3. RGB value is (128,73,227). Sum of RGB (Red+Green+Blue) = 128+73+227=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 227 (89.06% from 255 or 53.04% from 428); Max value from RGB is 227 - color contains mainly: blue. Hex color #8049E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049E3 is #7FB61C. Grayscale: #6A6A6A. Windows color (decimal): -8369693 or 14895488. OLE color: 14895488.

HSL color Cylindrical-coordinate representation of color #8049E3: hue angle of 261.43º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8049E3 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 73 227 -
CMYK 0.44 0.68 0 0.11
HSL 261.43º 0.73% 0.59% -
HSV(B) 261.43º 0.68% 0.89% -
XYZ 25.15 14.9 74.22 -
YUV 107 195.72 142.98 -
System Red Green Blue C M Y K H S L
Decimal 128 73 227 0.44 0.68 0 0.11 261.43 0.73 0.59
Hex 80 49 E3 2C 44 0 B 105 49 3B
Octal 200 111 343 54 104 0 13 405 111 73
Binary 10000000 1001001 11100011 101100 1000100 0 1011 100000101 1001001 111011

Color Harmonies of #8049E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049E3

Black with #8049E3

Text Example


Text Example

White with #8049E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8049E3; }

 p { color: rgb(128,73,227); }

 H1.HeaderClassName
 {
   color: #8049E3;
 }
 .AnyTagClassName
 {
   color: #8049E3;
 }
</style>

background-color css

<style>
 a { background-color: #8049E3; }

 a { background-color: rgb(128,73,227); }

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

border-color css

<style>
 span { border-color: #8049E3; }

 span { border-color: rgb(128,73,227); }

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