#804A87

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

Shades of Vivid Violet #804A87

Tints of Vivid Violet #804A87

Color information

#804A87 (or 0x804A87) is unknown color: approx Vivid Violet. HEX triplet: 80, 4A and 87. RGB value is (128,74,135). Sum of RGB (Red+Green+Blue) = 128+74+135=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #804A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804A87 is #7FB578. Grayscale: #606060. Windows color (decimal): -8369529 or 8866432. OLE color: 8866432.

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

Color convert

RGB12874135-
CMYK0.050.4500.47
HSL293.11º29.19%40.98%-
HSV(B)293.11º45.19%52.94%-
XYZ15.7211.2424.26-
YUV97.1149.39150.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=37.98%
G=21.96%
B=40.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128741350.050.4500.47293.1129.1940.98
Hex804A8752D02F1251d29
Octal2001122075550574453551
Binary10000000100101010000111101101101010111110010010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804A87; }

 p { color: rgb(128,74,135); }

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

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

 a { background-color: rgb(128,74,135); }

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

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

 span { border-color: rgb(128,74,135); }

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