Html Css Color HEX #804496 Vivid Violet

📋 copy color: '#804496'

red 128 ◦ green 68 ◦ blue 150

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

Shades of Vivid Violet #804496

Tints of Vivid Violet #804496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 36.99%
G = 19.65%
B = 43.35%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#804496 (or 0x804496) is known color: Vivid Violet. HEX triplet: 80, 44 and 96. RGB value is (128,68,150). Sum of RGB (Red+Green+Blue) = 128+68+150=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #804496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804496 is #7FBB69. Grayscale: #5F5F5F. Windows color (decimal): -8371050 or 9847936. OLE color: 9847936.

HSL color Cylindrical-coordinate representation of color #804496: hue angle of 283.9º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804496 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 68 150 -
CMYK 0.15 0.55 0 0.41
HSL 283.9º 0.38% 0.43% -
HSV(B) 283.9º 0.55% 0.59% -
XYZ 16.47 10.93 30.09 -
YUV 95.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 128 68 150 0.15 0.55 0 0.41 283.9 0.38 0.43
Hex 80 44 96 F 37 0 29 11C 26 2B
Octal 200 104 226 17 67 0 51 434 46 53
Binary 10000000 1000100 10010110 1111 110111 0 101001 100011100 100110 101011

Color Harmonies of #804496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804496

Black with #804496

Text Example


Text Example

White with #804496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804496; }

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

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

background-color css

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

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

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

border-color css

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

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

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