#804D85

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

Shades of Trendy Pink #804D85

Tints of Trendy Pink #804D85

Color information

#804D85 (or 0x804D85) is unknown color: approx Trendy Pink. HEX triplet: 80, 4D and 85. RGB value is (128,77,133). Sum of RGB (Red+Green+Blue) = 128+77+133=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #804D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804D85 is #7FB27A. Grayscale: #626262. Windows color (decimal): -8368763 or 8736128. OLE color: 8736128.

HSL color Cylindrical-coordinate representation of color #804D85: hue angle of 294.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #804D85 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12877133-
CMYK0.040.4200.48
HSL294.64º26.67%41.18%-
HSV(B)294.64º42.11%52.16%-
XYZ15.7911.5923.6-
YUV98.63147.4148.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=37.87%
G=22.78%
B=39.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128771330.040.4200.48294.6426.6741.18
Hex804D8542A0301271b29
Octal2001152054520604473351
Binary10000000100110110000101100101010011000010010011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,77,133); }

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

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

 a { background-color: rgb(128,77,133); }

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

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

 span { border-color: rgb(128,77,133); }

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