#83637B

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

Shades of Old Lavender #83637B

Tints of Old Lavender #83637B

Color information

#83637B (or 0x83637B) is unknown color: approx Old Lavender. HEX triplet: 83, 63 and 7B. RGB value is (131,99,123). Sum of RGB (Red+Green+Blue) = 131+99+123=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83637B is #7C9C84. Grayscale: #6F6F6F. Windows color (decimal): -8166533 or 8086403. OLE color: 8086403.

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

Color convert

RGB13199123-
CMYK00.240.060.49
HSL315º13.91%45.1%-
HSV(B)315º24.43%51.37%-
XYZ17.415.1820.75-
YUV111.3134.6142.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=37.11%
G=28.05%
B=34.84%

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
Decimal1319912300.240.060.4931513.9145.1
Hex83637B01863113be2d
Octal2031431730306614731655
Binary10000011110001111110110110001101100011001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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