#82637D

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

Shades of Old Lavender #82637D

Tints of Old Lavender #82637D

Color information

#82637D (or 0x82637D) is unknown color: approx Old Lavender. HEX triplet: 82, 63 and 7D. RGB value is (130,99,125). Sum of RGB (Red+Green+Blue) = 130+99+125=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #82637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82637D is #7D9C82. Grayscale: #6F6F6F. Windows color (decimal): -8232067 or 8217474. OLE color: 8217474.

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

Color convert

RGB13099125-
CMYK00.240.040.49
HSL309.68º13.54%44.9%-
HSV(B)309.68º23.85%50.98%-
XYZ17.3715.1521.41-
YUV111.23135.77141.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=36.72%
G=27.97%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309912500.240.040.49309.6813.5444.9
Hex82637D018431136e2d
Octal2021431750304614661655
Binary10000010110001111111010110001001100011001101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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