#80627C

Color #80627C Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #80627C

Tints of Old Lavender #80627C

Color information

#80627C (or 0x80627C) is unknown color: approx Old Lavender. HEX triplet: 80, 62 and 7C. RGB value is (128,98,124). Sum of RGB (Red+Green+Blue) = 128+98+124=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #80627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80627C is #7F9D83. Grayscale: #6D6D6D. Windows color (decimal): -8363396 or 8151680. OLE color: 8151680.

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

Color convert

RGB12898124-
CMYK00.230.030.50
HSL308º13.27%44.31%-
HSV(B)308º23.44%50.2%-
XYZ16.9114.7821.03-
YUV109.93135.94140.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=36.57%
G=28%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289812400.230.030.5030813.2744.31
Hex80627C017332134d2c
Octal2001421740273624641554
Binary1000000011000101111100010111111100101001101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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