#82637A

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

Shades of Old Lavender #82637A

Tints of Old Lavender #82637A

Color information

#82637A (or 0x82637A) is unknown color: approx Old Lavender. HEX triplet: 82, 63 and 7A. RGB value is (130,99,122). Sum of RGB (Red+Green+Blue) = 130+99+122=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #82637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82637A is #7D9C85. Grayscale: #6E6E6E. Windows color (decimal): -8232070 or 8020866. OLE color: 8020866.

HSL color Cylindrical-coordinate representation of color #82637A: hue angle of 315.48º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82637A is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13099122-
CMYK00.240.060.49
HSL315.48º13.54%44.9%-
HSV(B)315.48º23.85%50.98%-
XYZ17.1815.0720.42-
YUV110.89134.27141.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=37.04%
G=28.21%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309912200.240.060.49315.4813.5444.9
Hex82637A01863113be2d
Octal2021431720306614731655
Binary10000010110001111110100110001101100011001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82637A; }

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

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

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

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

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

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

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

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