#816B80

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

Shades of Old Lavender #816B80

Tints of Old Lavender #816B80

Color information

#816B80 (or 0x816B80) is unknown color: approx Old Lavender. HEX triplet: 81, 6B and 80. RGB value is (129,107,128). Sum of RGB (Red+Green+Blue) = 129+107+128=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #816B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816B80 is #7E947F. Grayscale: #737373. Windows color (decimal): -8295552 or 8416129. OLE color: 8416129.

HSL color Cylindrical-coordinate representation of color #816B80: hue angle of 302.73º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #816B80 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB129107128-
CMYK00.170.010.49
HSL302.73º9.32%46.27%-
HSV(B)302.73º17.05%50.59%-
XYZ18.2116.7422.69-
YUV115.97134.79137.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.44%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=35.44%
G=29.40%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910712800.170.010.49302.739.3246.27
Hex816B8001113112f92e
Octal2011532000211614571156
Binary1000000111010111000000001000111100011001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816B80; }

 p { color: rgb(129,107,128); }

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

<style>
 a { background-color: #816B80; }

 a { background-color: rgb(129,107,128); }

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

<style>
 span { border-color: #816B80; }

 span { border-color: rgb(129,107,128); }

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