#80587F

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

Shades of Trendy Pink #80587F

Tints of Trendy Pink #80587F

Color information

#80587F (or 0x80587F) is unknown color: approx Trendy Pink. HEX triplet: 80, 58 and 7F. RGB value is (128,88,127). Sum of RGB (Red+Green+Blue) = 128+88+127=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #80587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80587F is #7FA780. Grayscale: #686868. Windows color (decimal): -8365953 or 8345728. OLE color: 8345728.

HSL color Cylindrical-coordinate representation of color #80587F: hue angle of 301.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80587F is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12888127-
CMYK00.310.010.50
HSL301.5º18.52%42.35%-
HSV(B)301.5º31.25%50.2%-
XYZ16.2213.121.75-
YUV104.41140.75144.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 127 (50% from 255) = 37.03%
R=37.32%
G=25.66%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288812700.310.010.50301.518.5242.35
Hex80587F01F13212e132a
Octal2001301770371624562352
Binary1000000010110001111111011111111001010010111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80587F; }

 p { color: rgb(128,88,127); }

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

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

 a { background-color: rgb(128,88,127); }

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

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

 span { border-color: rgb(128,88,127); }

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