#804899

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

Shades of Vivid Violet #804899

Tints of Vivid Violet #804899

Color information

#804899 (or 0x804899) is unknown color: approx Vivid Violet. HEX triplet: 80, 48 and 99. RGB value is (128,72,153). Sum of RGB (Red+Green+Blue) = 128+72+153=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #804899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804899 is #7FB766. Grayscale: #616161. Windows color (decimal): -8370023 or 10045568. OLE color: 10045568.

HSL color Cylindrical-coordinate representation of color #804899: hue angle of 281.48º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #804899 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12872153-
CMYK0.160.5300.4
HSL281.48º36%44.12%-
HSV(B)281.48º52.94%60%-
XYZ16.9711.5231.47-
YUV97.98159.05149.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=36.26%
G=20.40%
B=43.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128721530.160.5300.4281.483644.12
Hex8048991035028119242c
Octal20011023120650504314454
Binary10000000100100010011001100001101010101000100011001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804899; }

 p { color: rgb(128,72,153); }

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

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

 a { background-color: rgb(128,72,153); }

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

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

 span { border-color: rgb(128,72,153); }

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