Html Css Color HEX #804495 Vivid Violet

📋 copy color: '#804495'

red 128 ◦ green 68 ◦ blue 149

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

Shades of Vivid Violet #804495

Tints of Vivid Violet #804495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 37.1%
G = 19.71%
B = 43.19%

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

#804495 (or 0x804495) is known color: Vivid Violet. HEX triplet: 80, 44 and 95. RGB value is (128,68,149). Sum of RGB (Red+Green+Blue) = 128+68+149=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #804495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804495 is #7FBB6A. Grayscale: #5E5E5E. Windows color (decimal): -8371051 or 9782400. OLE color: 9782400.

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

Color convert

RGB 128 68 149 -
CMYK 0.14 0.54 0 0.42
HSL 284.44º 0.37% 0.43% -
HSV(B) 284.44º 0.54% 0.58% -
XYZ 16.39 10.89 29.67 -
YUV 95.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 128 68 149 0.14 0.54 0 0.42 284.44 0.37 0.43
Hex 80 44 95 E 36 0 2A 11C 25 2B
Octal 200 104 225 16 66 0 52 434 45 53
Binary 10000000 1000100 10010101 1110 110110 0 101010 100011100 100101 101011

Color Harmonies of #804495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804495

Black with #804495

Text Example


Text Example

White with #804495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804495; }

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

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

background-color css

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

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

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

border-color css

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

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

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