#804E7D

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

Shades of Trendy Pink #804E7D

Tints of Trendy Pink #804E7D

Color information

#804E7D (or 0x804E7D) is unknown color: approx Trendy Pink. HEX triplet: 80, 4E and 7D. RGB value is (128,78,125). Sum of RGB (Red+Green+Blue) = 128+78+125=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #804E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E7D is #7FB182. Grayscale: #626262. Windows color (decimal): -8368515 or 8212096. OLE color: 8212096.

HSL color Cylindrical-coordinate representation of color #804E7D: hue angle of 303.6º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #804E7D is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12878125-
CMYK00.390.020.50
HSL303.6º24.27%40.39%-
HSV(B)303.6º39.06%50.2%-
XYZ15.3311.5220.82-
YUV98.31143.06149.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=38.67%
G=23.56%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287812500.390.020.50303.624.2740.39
Hex804E7D0272321301828
Octal2001161750472624603050
Binary100000001001110111110101001111011001010011000011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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