#80517F

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

Shades of Trendy Pink #80517F

Tints of Trendy Pink #80517F

Color information

#80517F (or 0x80517F) is unknown color: approx Trendy Pink. HEX triplet: 80, 51 and 7F. RGB value is (128,81,127). Sum of RGB (Red+Green+Blue) = 128+81+127=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #80517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80517F is #7FAE80. Grayscale: #646464. Windows color (decimal): -8367745 or 8343936. OLE color: 8343936.

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

Color convert

RGB12881127-
CMYK00.370.010.50
HSL301.28º22.49%40.98%-
HSV(B)301.28º36.72%50.2%-
XYZ15.6812.0121.57-
YUV100.3143.07147.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 127 (50% from 255) = 37.80%
R=38.10%
G=24.11%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288112700.370.010.50301.2822.4940.98
Hex80517F02513212d1629
Octal2001211770451624552651
Binary10000000101000111111110100101111001010010110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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