#804884

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

Shades of Trendy Pink #804884

Tints of Trendy Pink #804884

Color information

#804884 (or 0x804884) is unknown color: approx Trendy Pink. HEX triplet: 80, 48 and 84. RGB value is (128,72,132). Sum of RGB (Red+Green+Blue) = 128+72+132=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #804884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804884 is #7FB77B. Grayscale: #5F5F5F. Windows color (decimal): -8370044 or 8669312. OLE color: 8669312.

HSL color Cylindrical-coordinate representation of color #804884: hue angle of 296º 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 #804884 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12872132-
CMYK0.030.4500.48
HSL296º29.41%40%-
HSV(B)296º45.45%51.76%-
XYZ15.3810.8923.12-
YUV95.58148.55151.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=38.55%
G=21.69%
B=39.76%

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
Decimal128721320.030.4500.4829629.4140
Hex80488432D0301281d28
Octal2001102043550604503550
Binary1000000010010001000010011101101011000010010100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804884; }

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

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

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

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

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

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

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

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