#815D79

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

Shades of Old Lavender #815D79

Tints of Old Lavender #815D79

Color information

#815D79 (or 0x815D79) is unknown color: approx Old Lavender. HEX triplet: 81, 5D and 79. RGB value is (129,93,121). Sum of RGB (Red+Green+Blue) = 129+93+121=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 129 - color contains mainly: red. Hex color #815D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D79 is #7EA286. Grayscale: #6A6A6A. Windows color (decimal): -8299143 or 7953793. OLE color: 7953793.

HSL color Cylindrical-coordinate representation of color #815D79: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #815D79 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12993121-
CMYK00.280.060.49
HSL313.33º16.22%43.53%-
HSV(B)313.33º27.91%50.59%-
XYZ16.4213.8819.9-
YUV106.96135.93143.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 93 (36.72% from 255) = 27.11%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=37.61%
G=27.11%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299312100.280.060.49313.3316.2243.53
Hex815D7901C631139102c
Octal2011351710346614712054
Binary100000011011101111100101110011011000110011100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815D79; }

 p { color: rgb(129,93,121); }

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

<style>
 a { background-color: #815D79; }

 a { background-color: rgb(129,93,121); }

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

<style>
 span { border-color: #815D79; }

 span { border-color: rgb(129,93,121); }

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