#825F7B

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

Shades of Old Lavender #825F7B

Tints of Old Lavender #825F7B

Color information

#825F7B (or 0x825F7B) is unknown color: approx Old Lavender. HEX triplet: 82, 5F and 7B. RGB value is (130,95,123). Sum of RGB (Red+Green+Blue) = 130+95+123=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #825F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F7B is #7DA084. Grayscale: #6C6C6C. Windows color (decimal): -8233093 or 8085378. OLE color: 8085378.

HSL color Cylindrical-coordinate representation of color #825F7B: hue angle of 312º 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 #825F7B is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13095123-
CMYK00.270.050.49
HSL312º15.56%44.12%-
HSV(B)312º26.92%50.98%-
XYZ16.8714.3620.62-
YUV108.66136.1143.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=37.36%
G=27.30%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309512300.270.050.4931215.5644.12
Hex825F7B01B531138102c
Octal2021371730335614702054
Binary100000101011111111101101101110111000110011100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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