#83697E

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

Shades of Old Lavender #83697E

Tints of Old Lavender #83697E

Color information

#83697E (or 0x83697E) is unknown color: approx Old Lavender. HEX triplet: 83, 69 and 7E. RGB value is (131,105,126). Sum of RGB (Red+Green+Blue) = 131+105+126=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #83697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83697E is #7C9681. Grayscale: #737373. Windows color (decimal): -8164994 or 8284547. OLE color: 8284547.

HSL color Cylindrical-coordinate representation of color #83697E: hue angle of 311.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83697E is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB131105126-
CMYK00.200.040.49
HSL311.54º11.02%46.27%-
HSV(B)311.54º19.85%51.37%-
XYZ18.1816.4321.95-
YUV115.17134.11139.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=36.19%
G=29.01%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110512600.200.040.49311.5411.0246.27
Hex83697E014431138b2e
Octal2031511760244614701356
Binary10000011110100111111100101001001100011001110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83697E; }

 p { color: rgb(131,105,126); }

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

<style>
 a { background-color: #83697E; }

 a { background-color: rgb(131,105,126); }

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

<style>
 span { border-color: #83697E; }

 span { border-color: rgb(131,105,126); }

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