#80527F

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

Shades of Trendy Pink #80527F

Tints of Trendy Pink #80527F

Color information

#80527F (or 0x80527F) is unknown color: approx Trendy Pink. HEX triplet: 80, 52 and 7F. RGB value is (128,82,127). Sum of RGB (Red+Green+Blue) = 128+82+127=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80527F is #7FAD80. Grayscale: #646464. Windows color (decimal): -8367489 or 8344192. OLE color: 8344192.

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

Color convert

RGB12882127-
CMYK00.360.010.50
HSL301.3º21.9%41.18%-
HSV(B)301.3º35.94%50.2%-
XYZ15.7512.1621.59-
YUV100.88142.74147.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 127 (50% from 255) = 37.69%
R=37.98%
G=24.33%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288212700.360.010.50301.321.941.18
Hex80527F02413212d1629
Octal2001221770441624552651
Binary10000000101001011111110100100111001010010110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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