#815B78

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

Shades of Old Lavender #815B78

Tints of Old Lavender #815B78

Color information

#815B78 (or 0x815B78) is unknown color: approx Old Lavender. HEX triplet: 81, 5B and 78. RGB value is (129,91,120). Sum of RGB (Red+Green+Blue) = 129+91+120=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #815B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B78 is #7EA487. Grayscale: #696969. Windows color (decimal): -8299656 or 7887745. OLE color: 7887745.

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

Color convert

RGB12991120-
CMYK00.290.070.49
HSL314.21º17.27%43.14%-
HSV(B)314.21º29.46%50.59%-
XYZ16.1813.5119.52-
YUV105.67136.09144.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=37.94%
G=26.76%
B=35.29%

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
Decimal1299112000.290.070.49314.2117.2743.14
Hex815B7801D73113a112b
Octal2011331700357614722153
Binary100000011011011111100001110111111000110011101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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