#80547D

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

Shades of Trendy Pink #80547D

Tints of Trendy Pink #80547D

Color information

#80547D (or 0x80547D) is unknown color: approx Trendy Pink. HEX triplet: 80, 54 and 7D. RGB value is (128,84,125). Sum of RGB (Red+Green+Blue) = 128+84+125=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80547D is #7FAB82. Grayscale: #656565. Windows color (decimal): -8366979 or 8213632. OLE color: 8213632.

HSL color Cylindrical-coordinate representation of color #80547D: hue angle of 304.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80547D is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12884125-
CMYK00.340.020.50
HSL304.09º20.75%41.57%-
HSV(B)304.09º34.38%50.2%-
XYZ15.7712.4120.97-
YUV101.83141.08146.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=37.98%
G=24.93%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288412500.340.020.50304.0920.7541.57
Hex80547D022232130152a
Octal2001241750422624602552
Binary100000001010100111110101000101011001010011000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80547D; }

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

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

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

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

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

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

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

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