#815F79

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

Shades of Old Lavender #815F79

Tints of Old Lavender #815F79

Color information

#815F79 (or 0x815F79) is unknown color: approx Old Lavender. HEX triplet: 81, 5F and 79. RGB value is (129,95,121). Sum of RGB (Red+Green+Blue) = 129+95+121=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #815F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F79 is #7EA086. Grayscale: #6C6C6C. Windows color (decimal): -8298631 or 7954305. OLE color: 7954305.

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

Color convert

RGB12995121-
CMYK00.260.060.49
HSL314.12º15.18%43.92%-
HSV(B)314.12º26.36%50.59%-
XYZ16.614.2319.96-
YUV108.13135.26142.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=37.39%
G=27.54%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299512100.260.060.49314.1215.1843.92
Hex815F7901A63113af2c
Octal2011371710326614721754
Binary10000001101111111110010110101101100011001110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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