#815674

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

Shades of Old Lavender #815674

Tints of Old Lavender #815674

Color information

#815674 (or 0x815674) is unknown color: approx Old Lavender. HEX triplet: 81, 56 and 74. RGB value is (129,86,116). Sum of RGB (Red+Green+Blue) = 129+86+116=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #815674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815674 is #7EA98B. Grayscale: #666666. Windows color (decimal): -8300940 or 7624321. OLE color: 7624321.

HSL color Cylindrical-coordinate representation of color #815674: hue angle of 318.14º 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 #815674 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB12986116-
CMYK00.330.100.49
HSL318.14º20%42.16%-
HSV(B)318.14º33.33%50.59%-
XYZ15.5312.5818.13-
YUV102.28135.75147.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=38.97%
G=25.98%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298611600.330.100.49318.142042.16
Hex815674021A3113e142a
Octal20112616404112614762452
Binary10000001101011011101000100001101011000110011111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815674; }

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

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

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

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

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

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

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

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