Html Css Color HEX #804494 Vivid Violet

📋 copy color: '#804494'

red 128 ◦ green 68 ◦ blue 148

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

Shades of Vivid Violet #804494

Tints of Vivid Violet #804494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 37.21%
G = 19.77%
B = 43.02%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804494 (or 0x804494) is known color: Vivid Violet. HEX triplet: 80, 44 and 94. RGB value is (128,68,148). Sum of RGB (Red+Green+Blue) = 128+68+148=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #804494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804494 is #7FBB6B. Grayscale: #5E5E5E. Windows color (decimal): -8371052 or 9716864. OLE color: 9716864.

HSL color Cylindrical-coordinate representation of color #804494: hue angle of 285º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804494 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 68 148 -
CMYK 0.14 0.54 0 0.42
HSL 285º 0.37% 0.42% -
HSV(B) 285º 0.54% 0.58% -
XYZ 16.31 10.86 29.25 -
YUV 95.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 128 68 148 0.14 0.54 0 0.42 285 0.37 0.42
Hex 80 44 94 E 36 0 2A 11D 25 2A
Octal 200 104 224 16 66 0 52 435 45 52
Binary 10000000 1000100 10010100 1110 110110 0 101010 100011101 100101 101010

Color Harmonies of #804494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804494

Black with #804494

Text Example


Text Example

White with #804494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804494; }

 p { color: rgb(128,68,148); }

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

background-color css

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

 a { background-color: rgb(128,68,148); }

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

border-color css

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

 span { border-color: rgb(128,68,148); }

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