#80597C

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

Shades of Trendy Pink #80597C

Tints of Trendy Pink #80597C

Color information

#80597C (or 0x80597C) is unknown color: approx Trendy Pink. HEX triplet: 80, 59 and 7C. RGB value is (128,89,124). Sum of RGB (Red+Green+Blue) = 128+89+124=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80597C is #7FA683. Grayscale: #686868. Windows color (decimal): -8365700 or 8149376. OLE color: 8149376.

HSL color Cylindrical-coordinate representation of color #80597C: hue angle of 306.15º 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 #80597C is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12889124-
CMYK00.300.030.50
HSL306.15º17.97%42.55%-
HSV(B)306.15º30.47%50.2%-
XYZ16.1113.1920.77-
YUV104.65138.92144.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=37.54%
G=26.10%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288912400.300.030.50306.1517.9742.55
Hex80597C01E332132122b
Octal2001311740363624622253
Binary10000000101100111111000111101111001010011001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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