#825F7A

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

Shades of Old Lavender #825F7A

Tints of Old Lavender #825F7A

Color information

#825F7A (or 0x825F7A) is unknown color: approx Old Lavender. HEX triplet: 82, 5F and 7A. RGB value is (130,95,122). Sum of RGB (Red+Green+Blue) = 130+95+122=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #825F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F7A is #7DA085. Grayscale: #6C6C6C. Windows color (decimal): -8233094 or 8019842. OLE color: 8019842.

HSL color Cylindrical-coordinate representation of color #825F7A: hue angle of 313.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F7A is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13095122-
CMYK00.270.060.49
HSL313.71º15.56%44.12%-
HSV(B)313.71º26.92%50.98%-
XYZ16.8114.3420.29-
YUV108.54135.6143.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=37.46%
G=27.38%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309512200.270.060.49313.7115.5644.12
Hex825F7A01B63113a102c
Octal2021371720336614722054
Binary100000101011111111101001101111011000110011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,95,122); }

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

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

 a { background-color: rgb(130,95,122); }

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

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

 span { border-color: rgb(130,95,122); }

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