#80637C

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

Shades of Old Lavender #80637C

Tints of Old Lavender #80637C

Color information

#80637C (or 0x80637C) is unknown color: approx Old Lavender. HEX triplet: 80, 63 and 7C. RGB value is (128,99,124). Sum of RGB (Red+Green+Blue) = 128+99+124=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #80637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80637C is #7F9C83. Grayscale: #6E6E6E. Windows color (decimal): -8363140 or 8151936. OLE color: 8151936.

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

Color convert

RGB12899124-
CMYK00.230.030.50
HSL308.28º12.78%44.51%-
HSV(B)308.28º22.66%50.2%-
XYZ1714.9721.06-
YUV110.52135.61140.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=36.47%
G=28.21%
B=35.33%

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
Decimal1289912400.230.030.50308.2812.7844.51
Hex80637C017332134d2d
Octal2001431740273624641555
Binary1000000011000111111100010111111100101001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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