#82637B

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

Shades of Old Lavender #82637B

Tints of Old Lavender #82637B

Color information

#82637B (or 0x82637B) is unknown color: approx Old Lavender. HEX triplet: 82, 63 and 7B. RGB value is (130,99,123). Sum of RGB (Red+Green+Blue) = 130+99+123=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #82637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82637B is #7D9C84. Grayscale: #6E6E6E. Windows color (decimal): -8232069 or 8086402. OLE color: 8086402.

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

Color convert

RGB13099123-
CMYK00.240.050.49
HSL313.55º13.54%44.9%-
HSV(B)313.55º23.85%50.98%-
XYZ17.2415.120.74-
YUV111.01134.77141.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=36.93%
G=28.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309912300.240.050.49313.5513.5444.9
Hex82637B01853113ae2d
Octal2021431730305614721655
Binary10000010110001111110110110001011100011001110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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