#815673

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

Shades of Old Lavender #815673

Tints of Old Lavender #815673

Color information

#815673 (or 0x815673) is unknown color: approx Old Lavender. HEX triplet: 81, 56 and 73. RGB value is (129,86,115). Sum of RGB (Red+Green+Blue) = 129+86+115=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #815673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815673 is #7EA98C. Grayscale: #666666. Windows color (decimal): -8300941 or 7558785. OLE color: 7558785.

HSL color Cylindrical-coordinate representation of color #815673: hue angle of 319.53º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815673 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB12986115-
CMYK00.330.110.49
HSL319.53º20%42.16%-
HSV(B)319.53º33.33%50.59%-
XYZ15.4812.5617.83-
YUV102.16135.25147.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=39.09%
G=26.06%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298611500.330.110.49319.532042.16
Hex815673021B31140142a
Octal20112616304113615002452
Binary10000001101011011100110100001101111000110100000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815673; }

 p { color: rgb(129,86,115); }

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

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

 a { background-color: rgb(129,86,115); }

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

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

 span { border-color: rgb(129,86,115); }

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