#80627F

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

Shades of Trendy Pink #80627F

Tints of Trendy Pink #80627F

Color information

#80627F (or 0x80627F) is unknown color: approx Trendy Pink. HEX triplet: 80, 62 and 7F. RGB value is (128,98,127). Sum of RGB (Red+Green+Blue) = 128+98+127=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80627F is #7F9D80. Grayscale: #6E6E6E. Windows color (decimal): -8363393 or 8348288. OLE color: 8348288.

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

Color convert

RGB12898127-
CMYK00.230.010.50
HSL302º13.27%44.31%-
HSV(B)302º23.44%50.2%-
XYZ17.114.8622.05-
YUV110.28137.44140.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 127 (50% from 255) = 35.98%
R=36.26%
G=27.76%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289812700.230.010.5030213.2744.31
Hex80627F01713212ed2c
Octal2001421770271624561554
Binary100000001100010111111101011111100101001011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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