#80567F

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

Shades of Trendy Pink #80567F

Tints of Trendy Pink #80567F

Color information

#80567F (or 0x80567F) is unknown color: approx Trendy Pink. HEX triplet: 80, 56 and 7F. RGB value is (128,86,127). Sum of RGB (Red+Green+Blue) = 128+86+127=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80567F is #7FA980. Grayscale: #676767. Windows color (decimal): -8366465 or 8345216. OLE color: 8345216.

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

Color convert

RGB12886127-
CMYK00.330.010.50
HSL301.43º19.63%41.96%-
HSV(B)301.43º32.81%50.2%-
XYZ16.0612.7821.7-
YUV103.23141.41145.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 127 (50% from 255) = 37.24%
R=37.54%
G=25.22%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288612700.330.010.50301.4319.6341.96
Hex80567F02113212d142a
Octal2001261770411624552452
Binary10000000101011011111110100001111001010010110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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