Html Css Color HEX #804493 Vivid Violet

📋 copy color: '#804493'

red 128 ◦ green 68 ◦ blue 147

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

Shades of Vivid Violet #804493

Tints of Vivid Violet #804493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 37.32%
G = 19.83%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804493 (or 0x804493) is known color: Vivid Violet. HEX triplet: 80, 44 and 93. RGB value is (128,68,147). Sum of RGB (Red+Green+Blue) = 128+68+147=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #804493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804493 is #7FBB6C. Grayscale: #5E5E5E. Windows color (decimal): -8371053 or 9651328. OLE color: 9651328.

HSL color Cylindrical-coordinate representation of color #804493: hue angle of 285.57º 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 #804493 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 68 147 -
CMYK 0.13 0.54 0 0.42
HSL 285.57º 0.37% 0.42% -
HSV(B) 285.57º 0.54% 0.58% -
XYZ 16.24 10.83 28.84 -
YUV 94.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 128 68 147 0.13 0.54 0 0.42 285.57 0.37 0.42
Hex 80 44 93 D 36 0 2A 11E 25 2A
Octal 200 104 223 15 66 0 52 436 45 52
Binary 10000000 1000100 10010011 1101 110110 0 101010 100011110 100101 101010

Color Harmonies of #804493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804493

Black with #804493

Text Example


Text Example

White with #804493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804493; }

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

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

background-color css

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

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

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

border-color css

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

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

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