#804E81

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

Shades of Trendy Pink #804E81

Tints of Trendy Pink #804E81

Color information

#804E81 (or 0x804E81) is unknown color: approx Trendy Pink. HEX triplet: 80, 4E and 81. RGB value is (128,78,129). Sum of RGB (Red+Green+Blue) = 128+78+129=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #804E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804E81 is #7FB17E. Grayscale: #626262. Windows color (decimal): -8368511 or 8474240. OLE color: 8474240.

HSL color Cylindrical-coordinate representation of color #804E81: hue angle of 298.82º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #804E81 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12878129-
CMYK0.010.4000.49
HSL298.82º24.64%40.59%-
HSV(B)298.82º39.53%50.59%-
XYZ15.5911.6222.19-
YUV98.76145.06148.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=38.21%
G=23.28%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128781290.010.4000.49298.8224.6440.59
Hex804E8112803112b1929
Octal2001162011500614533151
Binary100000001001110100000011101000011000110010101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,78,129); }

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

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

 a { background-color: rgb(128,78,129); }

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

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

 span { border-color: rgb(128,78,129); }

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