#804493

Color #804493 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #804493

Tints of Vivid Violet #804493

Color information

#804493 (or 0x804493) is unknown color: approx 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

RGB12868147-
CMYK0.130.5400.42
HSL285.57º36.74%42.16%-
HSV(B)285.57º53.74%57.65%-
XYZ16.2410.8328.84-
YUV94.95157.38151.58-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128681470.130.5400.42285.5736.7442.16
Hex804493D3602A11e252a
Octal20010422315660524364552
Binary1000000010001001001001111011101100101010100011110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>