#815975

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

Shades of Old Lavender #815975

Tints of Old Lavender #815975

Color information

#815975 (or 0x815975) is unknown color: approx Old Lavender. HEX triplet: 81, 59 and 75. RGB value is (129,89,117). Sum of RGB (Red+Green+Blue) = 129+89+117=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #815975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815975 is #7EA68A. Grayscale: #686868. Windows color (decimal): -8300171 or 7690625. OLE color: 7690625.

HSL color Cylindrical-coordinate representation of color #815975: hue angle of 318º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #815975 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12989117-
CMYK00.310.090.49
HSL318º18.35%42.75%-
HSV(B)318º31.01%50.59%-
XYZ15.8413.118.52-
YUV104.15135.25145.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=38.51%
G=26.57%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298911700.310.090.4931818.3542.75
Hex81597501F93113e122b
Octal20113116503711614762253
Binary1000000110110011110101011111100111000110011111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815975; }

 p { color: rgb(129,89,117); }

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

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

 a { background-color: rgb(129,89,117); }

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

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

 span { border-color: rgb(129,89,117); }

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