#815C78

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

Shades of Old Lavender #815C78

Tints of Old Lavender #815C78

Color information

#815C78 (or 0x815C78) is unknown color: approx Old Lavender. HEX triplet: 81, 5C and 78. RGB value is (129,92,120). Sum of RGB (Red+Green+Blue) = 129+92+120=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #815C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C78 is #7EA387. Grayscale: #6A6A6A. Windows color (decimal): -8299400 or 7888001. OLE color: 7888001.

HSL color Cylindrical-coordinate representation of color #815C78: hue angle of 314.59º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815C78 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12992120-
CMYK00.290.070.49
HSL314.59º16.74%43.33%-
HSV(B)314.59º28.68%50.59%-
XYZ16.2713.6819.55-
YUV106.26135.76144.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=37.83%
G=26.98%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299212000.290.070.49314.5916.7443.33
Hex815C7801D73113b112b
Octal2011341700357614732153
Binary100000011011100111100001110111111000110011101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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