#804992

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

Shades of Vivid Violet #804992

Tints of Vivid Violet #804992

Color information

#804992 (or 0x804992) is unknown color: approx Vivid Violet. HEX triplet: 80, 49 and 92. RGB value is (128,73,146). Sum of RGB (Red+Green+Blue) = 128+73+146=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #804992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804992 is #7FB66D. Grayscale: #616161. Windows color (decimal): -8369774 or 9587072. OLE color: 9587072.

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

Color convert

RGB12873146-
CMYK0.120.500.43
HSL285.21º33.33%42.94%-
HSV(B)285.21º50%57.25%-
XYZ16.4711.4328.53-
YUV97.77155.22149.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=36.89%
G=21.04%
B=42.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128731460.120.500.43285.2133.3342.94
Hex804992C3202B11d212b
Octal20011122214620534354153
Binary1000000010010011001001011001100100101011100011101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804992; }

 p { color: rgb(128,73,146); }

 H1.HeaderClassName
 {
   color: #804992;
 }
 .AnyTagClassName
 {
   color: #804992;
 }
</style>
background-color css

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

 a { background-color: rgb(128,73,146); }

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

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

 span { border-color: rgb(128,73,146); }

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