#804984

Color #804984 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #804984

Tints of Trendy Pink #804984

Color information

#804984 (or 0x804984) is unknown color: approx Trendy Pink. HEX triplet: 80, 49 and 84. RGB value is (128,73,132). Sum of RGB (Red+Green+Blue) = 128+73+132=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #804984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804984 is #7FB67B. Grayscale: #5F5F5F. Windows color (decimal): -8369788 or 8669568. OLE color: 8669568.

HSL color Cylindrical-coordinate representation of color #804984: hue angle of 295.93º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804984 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12873132-
CMYK0.030.4500.48
HSL295.93º28.78%40.2%-
HSV(B)295.93º44.7%51.76%-
XYZ15.4511.0223.14-
YUV96.17148.22150.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=38.44%
G=21.92%
B=39.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128731320.030.4500.48295.9328.7840.2
Hex80498432D0301281d28
Octal2001112043550604503550
Binary1000000010010011000010011101101011000010010100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804984; }

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

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

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

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

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

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

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

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