#825B78

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

Shades of Old Lavender #825B78

Tints of Old Lavender #825B78

Color information

#825B78 (or 0x825B78) is unknown color: approx Old Lavender. HEX triplet: 82, 5B and 78. RGB value is (130,91,120). Sum of RGB (Red+Green+Blue) = 130+91+120=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #825B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B78 is #7DA487. Grayscale: #696969. Windows color (decimal): -8234120 or 7887746. OLE color: 7887746.

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

Color convert

RGB13091120-
CMYK00.300.080.49
HSL315.38º17.65%43.33%-
HSV(B)315.38º30%50.98%-
XYZ16.3413.5819.53-
YUV105.97135.92145.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=38.12%
G=26.69%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309112000.300.080.49315.3817.6543.33
Hex825B7801E83113b122b
Octal20213317003610614732253
Binary1000001010110111111000011110100011000110011101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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