#815F78

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

Shades of Old Lavender #815F78

Tints of Old Lavender #815F78

Color information

#815F78 (or 0x815F78) is unknown color: approx Old Lavender. HEX triplet: 81, 5F and 78. RGB value is (129,95,120). Sum of RGB (Red+Green+Blue) = 129+95+120=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 129 - color contains mainly: red. Hex color #815F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F78 is #7EA087. Grayscale: #6B6B6B. Windows color (decimal): -8298632 or 7888769. OLE color: 7888769.

HSL color Cylindrical-coordinate representation of color #815F78: hue angle of 315.88º 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 #815F78 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12995120-
CMYK00.260.070.49
HSL315.88º15.18%43.92%-
HSV(B)315.88º26.36%50.59%-
XYZ16.5414.2119.64-
YUV108.02134.76142.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=37.5%
G=27.62%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299512000.260.070.49315.8815.1843.92
Hex815F7801A73113cf2c
Octal2011371700327614741754
Binary10000001101111111110000110101111100011001111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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