Html Css Color HEX #804994 Vivid Violet

📋 copy color: '#804994'

red 128 ◦ green 73 ◦ blue 148

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

Shades of Vivid Violet #804994

Tints of Vivid Violet #804994

RGB

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

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

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

R = 36.68%
G = 20.92%
B = 42.41%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804994 (or 0x804994) is known color: Vivid Violet. HEX triplet: 80, 49 and 94. RGB value is (128,73,148). Sum of RGB (Red+Green+Blue) = 128+73+148=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #804994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804994 is #7FB66B. Grayscale: #616161. Windows color (decimal): -8369772 or 9718144. OLE color: 9718144.

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

Color convert

RGB 128 73 148 -
CMYK 0.14 0.51 0 0.42
HSL 284º 0.34% 0.43% -
HSV(B) 284º 0.51% 0.58% -
XYZ 16.63 11.49 29.36 -
YUV 98 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 128 73 148 0.14 0.51 0 0.42 284 0.34 0.43
Hex 80 49 94 E 33 0 2A 11C 22 2B
Octal 200 111 224 16 63 0 52 434 42 53
Binary 10000000 1001001 10010100 1110 110011 0 101010 100011100 100010 101011

Color Harmonies of #804994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804994

Black with #804994

Text Example


Text Example

White with #804994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804994; }

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

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

background-color css

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

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

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

border-color css

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

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

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