#825A76

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

Shades of Old Lavender #825A76

Tints of Old Lavender #825A76

Color information

#825A76 (or 0x825A76) is unknown color: approx Old Lavender. HEX triplet: 82, 5A and 76. RGB value is (130,90,118). Sum of RGB (Red+Green+Blue) = 130+90+118=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #825A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A76 is #7DA589. Grayscale: #696969. Windows color (decimal): -8234378 or 7756418. OLE color: 7756418.

HSL color Cylindrical-coordinate representation of color #825A76: 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 #825A76 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB13090118-
CMYK00.310.090.49
HSL318º18.18%43.14%-
HSV(B)318º30.77%50.98%-
XYZ16.1313.3718.87-
YUV105.15135.25145.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=38.46%
G=26.63%
B=34.91%

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
Decimal1309011800.310.090.4931818.1843.14
Hex825A7601F93113e122b
Octal20213216603711614762253
Binary1000001010110101110110011111100111000110011111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825A76; }

 p { color: rgb(130,90,118); }

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

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

 a { background-color: rgb(130,90,118); }

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

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

 span { border-color: rgb(130,90,118); }

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