Html Css Color HEX #804491 Vivid Violet

📋 copy color: '#804491'

red 128 ◦ green 68 ◦ blue 145

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

Shades of Vivid Violet #804491

Tints of Vivid Violet #804491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 37.54%
G = 19.94%
B = 42.52%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#804491 (or 0x804491) is known color: Vivid Violet. HEX triplet: 80, 44 and 91. RGB value is (128,68,145). Sum of RGB (Red+Green+Blue) = 128+68+145=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #804491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804491 is #7FBB6E. Grayscale: #5E5E5E. Windows color (decimal): -8371055 or 9520256. OLE color: 9520256.

HSL color Cylindrical-coordinate representation of color #804491: hue angle of 286.75º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #804491 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 68 145 -
CMYK 0.12 0.53 0 0.43
HSL 286.75º 0.36% 0.42% -
HSV(B) 286.75º 0.53% 0.57% -
XYZ 16.08 10.77 28.02 -
YUV 94.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 128 68 145 0.12 0.53 0 0.43 286.75 0.36 0.42
Hex 80 44 91 C 35 0 2B 11F 24 2A
Octal 200 104 221 14 65 0 53 437 44 52
Binary 10000000 1000100 10010001 1100 110101 0 101011 100011111 100100 101010

Color Harmonies of #804491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804491

Black with #804491

Text Example


Text Example

White with #804491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804491; }

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

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

background-color css

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

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

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

border-color css

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

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

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