#80597F

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

Shades of Trendy Pink #80597F

Tints of Trendy Pink #80597F

Color information

#80597F (or 0x80597F) is unknown color: approx Trendy Pink. HEX triplet: 80, 59 and 7F. RGB value is (128,89,127). Sum of RGB (Red+Green+Blue) = 128+89+127=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #80597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80597F is #7FA680. Grayscale: #686868. Windows color (decimal): -8365697 or 8345984. OLE color: 8345984.

HSL color Cylindrical-coordinate representation of color #80597F: hue angle of 301.54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80597F is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB12889127-
CMYK00.300.010.50
HSL301.54º17.97%42.55%-
HSV(B)301.54º30.47%50.2%-
XYZ16.3113.2721.78-
YUV104.99140.42144.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 127 (50% from 255) = 36.92%
R=37.21%
G=25.87%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288912700.300.010.50301.5417.9742.55
Hex80597F01E13212e122b
Octal2001311770361624562253
Binary1000000010110011111111011110111001010010111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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