#804986

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

Shades of Vivid Violet #804986

Tints of Vivid Violet #804986

Color information

#804986 (or 0x804986) is unknown color: approx Vivid Violet. HEX triplet: 80, 49 and 86. RGB value is (128,73,134). Sum of RGB (Red+Green+Blue) = 128+73+134=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #804986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804986 is #7FB679. Grayscale: #606060. Windows color (decimal): -8369786 or 8800640. OLE color: 8800640.

HSL color Cylindrical-coordinate representation of color #804986: hue angle of 294.1º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804986 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12873134-
CMYK0.040.4600.47
HSL294.1º29.47%40.59%-
HSV(B)294.1º45.52%52.55%-
XYZ15.5911.0823.87-
YUV96.4149.22150.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 134 (52.73% from 255) = 40%
R=38.21%
G=21.79%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128731340.040.4600.47294.129.4740.59
Hex80498642E02F1261d29
Octal2001112064560574463551
Binary10000000100100110000110100101110010111110010011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804986; }

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

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

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

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

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

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

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

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