#815473

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

Shades of Old Lavender #815473

Tints of Old Lavender #815473

Color information

#815473 (or 0x815473) is unknown color: approx Old Lavender. HEX triplet: 81, 54 and 73. RGB value is (129,84,115). Sum of RGB (Red+Green+Blue) = 129+84+115=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #815473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815473 is #7EAB8C. Grayscale: #646464. Windows color (decimal): -8301453 or 7558273. OLE color: 7558273.

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

Color convert

RGB12984115-
CMYK00.350.110.49
HSL318.67º21.13%41.76%-
HSV(B)318.67º34.88%50.59%-
XYZ15.3212.2517.78-
YUV100.99135.91147.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=39.33%
G=25.61%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298411500.350.110.49318.6721.1341.76
Hex815473023B3113f152a
Octal20112416304313614772552
Binary10000001101010011100110100011101111000110011111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815473; }

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

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

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

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

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

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

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

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