Html Css Color HEX #8049E4 Blue Violet

📋 copy color: '#8049E4'

red 128 ◦ green 73 ◦ blue 228

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

Shades of Blue Violet #8049E4

Tints of Blue Violet #8049E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.15%

R = 29.84%
G = 17.02%
B = 53.15%

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

#8049E4 (or 0x8049E4) is known color: Blue Violet. HEX triplet: 80, 49 and E4. RGB value is (128,73,228). Sum of RGB (Red+Green+Blue) = 128+73+228=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 228 (89.45% from 255 or 53.15% from 429); Max value from RGB is 228 - color contains mainly: blue. Hex color #8049E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049E4 is #7FB61B. Grayscale: #6A6A6A. Windows color (decimal): -8369692 or 14961024. OLE color: 14961024.

HSL color Cylindrical-coordinate representation of color #8049E4: hue angle of 261.29º degrees, saturation: 0.74, 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 #8049E4 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 73 228 -
CMYK 0.44 0.68 0 0.11
HSL 261.29º 0.74% 0.59% -
HSV(B) 261.29º 0.68% 0.89% -
XYZ 25.29 14.96 74.95 -
YUV 107.12 196.22 142.9 -
System Red Green Blue C M Y K H S L
Decimal 128 73 228 0.44 0.68 0 0.11 261.29 0.74 0.59
Hex 80 49 E4 2C 44 0 B 105 4A 3B
Octal 200 111 344 54 104 0 13 405 112 73
Binary 10000000 1001001 11100100 101100 1000100 0 1011 100000101 1001010 111011

Color Harmonies of #8049E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049E4

Black with #8049E4

Text Example


Text Example

White with #8049E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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